X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=ajax.php;h=f0a04892ee3b0276bda0b42147c4b7487f60c0d5;hp=518c2c2512c0a40e2cc068f143f07ba92b5ba50b;hb=eb3e924768678719afc1bfaffb69354c407daa5b;hpb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86 diff --git a/ajax.php b/ajax.php index 518c2c2512..f0a04892ee 100644 --- a/ajax.php +++ b/ajax.php @@ -68,7 +68,7 @@ loadIncludeOnce('inc/header.php'); // Process only POST requests and that at least 'level' is set if ((getHttpRequestMethod() == 'POST') && (isPostRequestElementSet('level'))) { // Okay, that is valid, now check that the requested level right is valid - if (isAjaxRequestLevelValid()) { + if (isValidAjaxRequestLevel()) { // Process the request processAjaxRequest();