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.

This commit is contained in:
redmatrix
2016-05-25 20:06:21 -07:00
parent 66b6f8c0ff
commit 2f64684299
4 changed files with 42 additions and 24 deletions

View File

@@ -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));
}