X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ajax.php;h=3dcd835c8d29104fceba3bcbe86d38de80dba4da;hb=031cbe883266bbc06e0b7c44ce294255c988770f;hp=8ef804fb8f6e2cf56ae54b11781e5833d1f611c2;hpb=2df8c1757b41f35e7c5b6a92c52ca96ab1b0bcb8;p=mailer.git diff --git a/ajax.php b/ajax.php index 8ef804fb8f..3dcd835c8d 100644 --- a/ajax.php +++ b/ajax.php @@ -72,7 +72,7 @@ if ((getHttpRequestMethod() == 'POST') && (isPostRequestElementSet('level'))) { // Process the request processAjaxRequest(); - // Do we have an error? ('200 OK' is fine) + // Is there an error? ('200 OK' is fine) if ((getHttpStatus() != '200 OK') && (getHttpStatus() != '404 NOT FOUND')) { // The process was handled but didn't work reportBug(__FUNCTION__, __LINE__, 'AJAX request is valid but does not do anything.');