aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-24 01:25:13 -0700
committerredmatrix <git@macgirvin.com>2016-05-24 01:25:13 -0700
commit29ba8918093166ac32ef9a727a9b71ba8e01a402 (patch)
tree16587e74673c7d696f21715db7ede06ca6a332b4 /include/zot.php
parent25357b208a98cb91dc0b0ed4966b00f2364a8809 (diff)
downloadvolse-hubzilla-29ba8918093166ac32ef9a727a9b71ba8e01a402.tar.gz
volse-hubzilla-29ba8918093166ac32ef9a727a9b71ba8e01a402.tar.bz2
volse-hubzilla-29ba8918093166ac32ef9a727a9b71ba8e01a402.zip
moved enotify
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/zot.php b/include/zot.php
index 8ba03ff5c..64f1c0c0e 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -505,8 +505,7 @@ function zot_refresh($them, $channel = null, $force = false) {
if($new_connection) {
if($new_perms != $previous_perms)
Zotlabs\Daemon\Master::Summon(array('Notifier','permission_create',$new_connection[0]['abook_id']));
- require_once('include/enotify.php');
- notification(array(
+ Zotlabs\Lib\Enotify::submit(array(
'type' => NOTIFY_INTRO,
'from_xchan' => $x['hash'],
'to_xchan' => $channel['channel_hash'],