X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=5b15f06d30360f9f5211abd1a5be0b89e218870a;hb=10ede7314136edb1c475e1af546a59ff4c5648cf;hp=1bc29d82cef3f3ad4c11d82f20fe61a08d895ef0;hpb=63610c7b73fcaf862adbf880d4968dd2b1678d9b;p=friendica.git diff --git a/mod/update_profile.php b/mod/update_profile.php index 1bc29d82ce..5b15f06d30 100644 --- a/mod/update_profile.php +++ b/mod/update_profile.php @@ -5,9 +5,11 @@ * Purpose: AJAX synchronisation of profile page */ +use Friendica\App; + require_once("mod/profile.php"); -function update_profile_content(&$a) { +function update_profile_content(App $a) { $profile_uid = intval($_GET["p"]);