X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=984fd7949cffbe1393d004fa6a7d4ab0a37204f9;hb=5c63de1692c5be4ca457e03fc037683909a44348;hp=1a05130e0a52b562cbd09935eff8359c3f851652;hpb=69300291f03fe85502df9907014f0ad68ee07c9c;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";