]> git.mxchange.org Git - friendica.git/blobdiff - include/notifier.php
Only update the contact entry with uid=0
[friendica.git] / include / notifier.php
index a46744f0701a0c33b7ca3f3a6898332397d4f857..18a617ac2f5698ed9605e87acfcfbce7cd50f70d 100644 (file)
@@ -223,7 +223,7 @@ function notifier_run(&$argv, &$argc){
 
        if(! ($mail || $fsuggest || $relocate)) {
 
-               $slap = ostatus_salmon($target_item,$owner);
+               $slap = ostatus::salmon($target_item,$owner);
 
                require_once('include/group.php');