X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=984fd7949cffbe1393d004fa6a7d4ab0a37204f9;hb=4d5b79a9d46ad07716febaac02e59dafe3baad90;hp=4d1f158b39dd9f12871e1e8c5546a286cfc65601;hpb=f0725ae3845ea133a145a3fcc2599fa21c888bae;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);