X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=984fd7949cffbe1393d004fa6a7d4ab0a37204f9;hb=39767fb366a7b4d8bdf79028009790040f80f3a0;hp=1a05130e0a52b562cbd09935eff8359c3f851652;hpb=e1dd1aa35804f1fed565f7a0538bf45aaa32f2ff;p=friendica.git diff --git a/mod/update_profile.php b/mod/update_profile.php index 1a05130e0a..984fd7949c 100644 --- a/mod/update_profile.php +++ b/mod/update_profile.php @@ -31,10 +31,6 @@ function update_profile_content(App $a) { $text = profile_content($a, $profile_uid); - $pattern = "/]*) src=\"([^\"]*)\"/"; - $replace = ""; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i";