]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Add pwdreset_time field to user table
[friendica.git] / mod / editpost.php
index 117cb3fb19301180746acc0c91e92fabcc3964ae..9e3401e958a7d7e6e19d11d28e7ba071525549a6 100644 (file)
@@ -4,6 +4,7 @@
  */
 use Friendica\App;
 use Friendica\Content\Feature;
+use Friendica\Core\Addon;
 use Friendica\Core\Config;
 use Friendica\Core\System;
 use Friendica\Database\DBM;
@@ -94,8 +95,8 @@ function editpost_content(App $a) {
 
 
 
-       call_hooks('jot_tool', $jotplugins);
-       //call_hooks('jot_networks', $jotnets);
+       Addon::callHooks('jot_tool', $jotplugins);
+       //Addon::callHooks('jot_networks', $jotnets);
 
 
        //$tpl = replace_macros($tpl,array('$jotplugins' => $jotplugins));