]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_profile.php
update for ES thx Albert
[friendica.git] / mod / update_profile.php
index 1bc29d82cef3f3ad4c11d82f20fe61a08d895ef0..5b15f06d30360f9f5211abd1a5be0b89e218870a 100644 (file)
@@ -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"]);