X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_display.php;h=405933251056f6f93a1e743acde622ff9bfb813f;hb=9f11476ca09c128e4489f702895f699b8158acc8;hp=1341d30524d04fef2891d5366626b504076b04e4;hpb=30c1cc0e8cec5438fd8fe36bd4ea00991dc01934;p=friendica.git diff --git a/mod/update_display.php b/mod/update_display.php index 1341d30524..4059332510 100644 --- a/mod/update_display.php +++ b/mod/update_display.php @@ -19,11 +19,8 @@ function update_display_content(App $a) echo "
"; $text = display_content($a, true, $profile_uid); - $pattern = "/]*) src=\"([^\"]*)\"/"; - $replace = ""; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; $text = preg_replace($pattern, $replace, $text); @@ -38,5 +35,5 @@ function update_display_content(App $a) echo str_replace("\t", " ", $text); echo "
"; echo "\r\n"; - killme(); + exit(); }