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