aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Directory.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-19 20:36:32 -0700
committerredmatrix <git@macgirvin.com>2016-05-19 20:36:32 -0700
commit9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67 (patch)
tree0733251872dc2f850ea0a6afc6454848a211b21f /Zotlabs/Daemon/Directory.php
parent5b2474238eb0d257db14b0668ef25eab92e53fea (diff)
downloadvolse-hubzilla-9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67.tar.gz
volse-hubzilla-9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67.tar.bz2
volse-hubzilla-9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67.zip
daemon master: create some compatibility code
Diffstat (limited to 'Zotlabs/Daemon/Directory.php')
-rw-r--r--Zotlabs/Daemon/Directory.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Daemon/Directory.php b/Zotlabs/Daemon/Directory.php
index 1312f0638..c8cdafdf5 100644
--- a/Zotlabs/Daemon/Directory.php
+++ b/Zotlabs/Daemon/Directory.php
@@ -51,7 +51,7 @@ class Directory {
// Now update all the connections
if($pushall)
- proc_run('php','include/notifier.php','refresh_all',$channel['channel_id']);
+ Master::Summon(array('Notifier','refresh_all',$channel['channel_id']));
return;
}
@@ -94,7 +94,7 @@ class Directory {
// Now update all the connections
if($pushall)
- proc_run('php','include/notifier.php','refresh_all',$channel['channel_id']);
+ Master::Summon(array('Notifier','refresh_all',$channel['channel_id']));
}
}