]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/ProfileUpdate.php
Deliver with the new function when delivering to a "uid=0" contact
[friendica.git] / src / Worker / ProfileUpdate.php
index 43c76965d6713bcdb8448b2af19a0afefcd8e66a..e33aa5d9a88ad6a2804d044f5242da1f8cbc4771 100644 (file)
@@ -14,6 +14,6 @@ class ProfileUpdate {
                        return;
                }
 
-               Diaspora::send_profile($uid);
+               Diaspora::sendProfile($uid);
        }
 }