X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=72056703958ef0306251773c101d52c5371aea5c;hb=6c341962648b73c935c2de26996b07332b776a1f;hp=984fd7949cffbe1393d004fa6a7d4ab0a37204f9;hpb=a2fc1be187fef508e304cb90279cb995b765787c;p=friendica.git diff --git a/mod/update_profile.php b/mod/update_profile.php index 984fd7949c..7205670395 100644 --- a/mod/update_profile.php +++ b/mod/update_profile.php @@ -8,8 +8,7 @@ use Friendica\App; use Friendica\Core\L10n; use Friendica\Core\PConfig; - -require_once 'mod/profile.php'; +use Friendica\Module\Profile; function update_profile_content(App $a) { @@ -29,7 +28,7 @@ function update_profile_content(App $a) { * on the client side and then swap the image back. */ - $text = profile_content($a, $profile_uid); + $text = Profile::content($profile_uid); if (PConfig::get(local_user(), "system", "bandwidth_saver")) { $replace = "
".L10n::t("[Embedded content - reload page to view]")."
"; @@ -47,5 +46,5 @@ function update_profile_content(App $a) { echo str_replace("\t", " ", $text); echo ""; echo "\r\n"; - killme(); + exit(); } \ No newline at end of file