aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Events.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-25 20:06:21 -0700
committerredmatrix <git@macgirvin.com>2016-05-25 20:06:21 -0700
commit2f64684299784126bb3bc80fbe9978ec57d19a4c (patch)
treefb98e726b6f4bf9aa2c95be30747cf7092496f34 /Zotlabs/Module/Events.php
parent66b6f8c0ff39df0b50ae2cc374659b46defc924f (diff)
downloadvolse-hubzilla-2f64684299784126bb3bc80fbe9978ec57d19a4c.tar.gz
volse-hubzilla-2f64684299784126bb3bc80fbe9978ec57d19a4c.tar.bz2
volse-hubzilla-2f64684299784126bb3bc80fbe9978ec57d19a4c.zip
some event fixes, also change jquery-textcomplete to un-minified since the minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it.
Diffstat (limited to 'Zotlabs/Module/Events.php')
-rw-r--r--Zotlabs/Module/Events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Events.php b/Zotlabs/Module/Events.php
index 3440e0727..2b5e239f9 100644
--- a/Zotlabs/Module/Events.php
+++ b/Zotlabs/Module/Events.php
@@ -232,7 +232,7 @@ class Events extends \Zotlabs\Web\Controller {
}
if($share)
- \Zotlabs\Daemon\Master(array('Notifier','event',$item_id));
+ \Zotlabs\Daemon\Master::Summon(array('Notifier','event',$item_id));
}