X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_community.php;h=088da0143c5954f849a4bbf62007956d53e59a16;hb=034d0f650b9b239965e29657502c9e64bb25b96a;hp=d5f2b4cb21d18f87c723788be13069fc3eb7879d;hpb=6b44fbbda03af125035c185c964f10ce78f97610;p=friendica.git diff --git a/mod/update_community.php b/mod/update_community.php index d5f2b4cb21..088da0143c 100644 --- a/mod/update_community.php +++ b/mod/update_community.php @@ -19,11 +19,7 @@ function update_community_content(App $a) { $text = ''; } - $pattern = "/]*) src=\"([^\"]*)\"/"; - $replace = ""; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; $text = preg_replace($pattern, $replace, $text);