]> git.mxchange.org Git - mailer.git/blobdiff - inc/ajax-functions.php
Added more logging of half-failed AJAX requests
[mailer.git] / inc / ajax-functions.php
index 59ad97d18115e41998485789ffaadd02ced519ba..43a6244afae1dbdce4c4944f18a469a71769d467 100644 (file)
@@ -48,6 +48,9 @@ function initAjax () {
                'reply_content' => NULL,
        );
 
+       // Init call-back debug information
+       $GLOBALS['ajax_callback_function'] = NULL;
+
        // Set content type (mostly JSON)
        setContentType('application/json');