diff options
author | redmatrix <git@macgirvin.com> | 2016-05-25 20:06:21 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-25 20:06:21 -0700 |
commit | 2f64684299784126bb3bc80fbe9978ec57d19a4c (patch) | |
tree | fb98e726b6f4bf9aa2c95be30747cf7092496f34 /Zotlabs/Module/Events.php | |
parent | 66b6f8c0ff39df0b50ae2cc374659b46defc924f (diff) | |
download | volse-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.php | 2 |
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)); } |