X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fajax-functions.php;h=43a6244afae1dbdce4c4944f18a469a71769d467;hb=8d2466e6cbe52525211c2d1af419304c5916f84d;hp=59ad97d18115e41998485789ffaadd02ced519ba;hpb=74b7fbc5030bb2938a9859020876da63e6d15c0b;p=mailer.git diff --git a/inc/ajax-functions.php b/inc/ajax-functions.php index 59ad97d181..43a6244afa 100644 --- a/inc/ajax-functions.php +++ b/inc/ajax-functions.php @@ -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');