]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_profile.php
Discover directory type
[friendica.git] / mod / update_profile.php
index 72056703958ef0306251773c101d52c5371aea5c..85ca3d3c975def5d56395fb2dc79cf44980fc329 100644 (file)
@@ -28,7 +28,7 @@ function update_profile_content(App $a) {
         * on the client side and then swap the image back.
         */
 
-       $text = Profile::content($profile_uid);
+       $text = Profile::content([], $profile_uid);
 
        if (PConfig::get(local_user(), "system", "bandwidth_saver")) {
                $replace = "<br />".L10n::t("[Embedded content - reload page to view]")."<br />";