X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=bc6e511896f5935e137a5f57c32110988eec1a17;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=1a05130e0a52b562cbd09935eff8359c3f851652;hpb=71ab86d0c31a81e989d83e0eb68e656783214c03;p=friendica.git diff --git a/mod/update_profile.php b/mod/update_profile.php index 1a05130e0a..bc6e511896 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"; @@ -51,5 +47,5 @@ function update_profile_content(App $a) { echo str_replace("\t", " ", $text); echo ""; echo "\r\n"; - killme(); + exit(); } \ No newline at end of file