1
0

fix api command [site::createBookThumbnails] and [site::createProgramThumbnails]

This commit is contained in:
2019-12-29 17:59:51 +01:00
parent ebbef44054
commit d160a4a636
3 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ function httpError($errorcode, $message)
function httpDie($errorcode, $message)
{
ob_clean();
ob_flush();
http_response_code($errorcode);
die($message);