]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_profile.php
Ops, one more left ...
[friendica.git] / mod / update_profile.php
index 1a05130e0a52b562cbd09935eff8359c3f851652..984fd7949cffbe1393d004fa6a7d4ab0a37204f9 100644 (file)
@@ -31,10 +31,6 @@ function update_profile_content(App $a) {
 
        $text = profile_content($a, $profile_uid);
 
-       $pattern = "/<img([^>]*) src=\"([^\"]*)\"/";
-       $replace = "<img\${1} dst=\"\${2}\"";
-       $text = preg_replace($pattern, $replace, $text);
-
        if (PConfig::get(local_user(), "system", "bandwidth_saver")) {
                $replace = "<br />".L10n::t("[Embedded content - reload page to view]")."<br />";
                $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i";