]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_profile.php
Move /profile_photo to Module\Settings\Profile\Photo
[friendica.git] / mod / update_profile.php
index 8d94d34a1b68eecb26c11f66d50acff36b4d9ca7..348a384c2ef6293e80f4cffbbb1193d8e445874f 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 use Friendica\App;
-use Friendica\Core\L10n;
 use Friendica\DI;
 use Friendica\Module\Profile;
 
@@ -31,7 +30,7 @@ function update_profile_content(App $a) {
        $text = Profile::content([], $profile_uid);
 
        if (DI::pConfig()->get(local_user(), "system", "bandwidth_saver")) {
-               $replace = "<br />".DI::l10n()->t("[Embedded content - reload page to view]")."<br />";
+               $replace = "<br />" . DI::l10n()->t("[Embedded content - reload page to view]") . "<br />";
                $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i";
                $text = preg_replace($pattern, $replace, $text);
                $pattern = "/<\s*video[^>]*>(.*?)<\s*\/\s*video>/i";