X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_community.php;h=088da0143c5954f849a4bbf62007956d53e59a16;hb=e62c1c3f81495f149f5613dc2c31ca896239949e;hp=d5f2b4cb21d18f87c723788be13069fc3eb7879d;hpb=f0725ae3845ea133a145a3fcc2599fa21c888bae;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);