X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fprofile_update.php;h=7aa34d45d7ef5cfbf05dd5862930ae8ec5b21ab6;hb=85397f3bb9955981cbe5fb356aaf93cd10b54e62;hp=399150f21cb8f8d763840a9dfdd74a98d5892b61;hpb=206c26ae30e711aa30cdb29d668bee9dce834c28;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()); }