X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fprofile_update.php;h=7aa34d45d7ef5cfbf05dd5862930ae8ec5b21ab6;hb=58a444b4305bd8a1c2ab7ee172c3972e091cc964;hp=399150f21cb8f8d763840a9dfdd74a98d5892b61;hpb=be5267edda51eb4b523324c001bcf90ca60e1fa5;p=friendica.git diff --git a/include/profile_update.php b/include/profile_update.php index 399150f21c..7aa34d45d7 100644 --- a/include/profile_update.php +++ b/include/profile_update.php @@ -2,5 +2,5 @@ require_once('include/diaspora.php'); function profile_change() { - diaspora::send_profile(local_user()); + Diaspora::send_profile(local_user()); }