]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
Add pwdreset_time field to user table
[friendica.git] / mod / tagger.php
index 60eafa865fcd25641c8e4b19e0151848ae95492e..74cbd658fd4750abb8d629469cb41882da3cd8f7 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 use Friendica\App;
+use Friendica\Core\Addon;
 use Friendica\Core\System;
 use Friendica\Core\Worker;
 use Friendica\Database\DBM;
@@ -213,7 +214,7 @@ EOT;
 
        $arr['id'] = $post_id;
 
-       call_hooks('post_local_end', $arr);
+       Addon::callHooks('post_local_end', $arr);
 
        Worker::add(PRIORITY_HIGH, "Notifier", "tag", $post_id);