X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=984fd7949cffbe1393d004fa6a7d4ab0a37204f9;hb=8c7e5bb776583ac97b31bc023fbc335b1a2b1251;hp=4d1f158b39dd9f12871e1e8c5546a286cfc65601;hpb=c845415a99ebc348103815a7b2c55b15c75cdd24;p=friendica.git diff --git a/mod/update_profile.php b/mod/update_profile.php index 4d1f158b39..984fd7949c 100644 --- a/mod/update_profile.php +++ b/mod/update_profile.php @@ -31,11 +31,7 @@ function update_profile_content(App $a) { $text = profile_content($a, $profile_uid); - $pattern = "/]*) src=\"([^\"]*)\"/"; - $replace = ""; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; $text = preg_replace($pattern, $replace, $text);