X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpoco.php;h=624a48d9ff1768b4654e59a63d44b20076f8a7b3;hb=c4e6cb916db2162075618c7c4be674b4b61c5b35;hp=ae5f0cef4e360991ccdadf1b5e8ba52bffb7ebdb;hpb=7e9730089f22f596d4cfc32a319a851368515589;p=friendica.git diff --git a/mod/poco.php b/mod/poco.php index ae5f0cef4e..624a48d9ff 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -148,7 +148,7 @@ function poco_init(&$a) { if($format === 'xml') { header('Content-type: text/xml'); echo replace_macros(get_markup_template('poco_xml.tpl'),array_xmlify(array('$response' => $ret))); - http_status_exit(500); + killme(); } if($format === 'json') { header('Content-type: application/json');