X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ajax.php;h=e267e9f9b92a8540625deae9b1a9aafee09fa8ab;hb=8da353fa4bb729bb3299d247803c23833a52a327;hp=be378a274a910ab1e3d56eb1fd28ac011927a62e;hpb=df4166450ac4788f58931bd5d30c617432a63f9d;p=mailer.git diff --git a/ajax.php b/ajax.php index be378a274a..e267e9f9b9 100644 --- a/ajax.php +++ b/ajax.php @@ -75,7 +75,7 @@ if ((getHttpRequestMethod() == 'POST') && (isPostRequestElementSet('level'))) { // Is there an error which is not fine? if (!isAjaxHttpStatusAccepted()) { // The process was handled but didn't work - reportBug(__FUNCTION__, __LINE__, 'AJAX request is valid but does not do anything.'); + reportBug(__FUNCTION__, __LINE__, 'AJAX request level=' . isPostRequestElementSet('level') . ',status=' . getHttpStatus() . ',callback[' . gettype($GLOBALS['ajax_callback_function']) . ']=' . $GLOBALS['ajax_callback_function'] . ' is valid but does not do anything.'); } // END - if } else { // Not allowed