]> git.mxchange.org Git - mailer.git/blobdiff - inc/ajax-functions.php
Fixes + asserts
[mailer.git] / inc / ajax-functions.php
index 35cb192c65bb1559a3bcfe01dd3f949057a747e0..d3736e0f03043caddaca465a74056c03c9cc6915 100644 (file)
@@ -80,7 +80,7 @@ function setAjaxReplyContent ($content) {
  * Checks whether the AJAX access level was valid. This function doesn't need
  * caching in $GLOBALS[__FUNCTION__] because it will be called only once.
  */
-function isAjaxRequestLevelValid () {
+function isValidAjaxRequestLevel () {
        // By default nothing is valid
        $isValid = FALSE;