Added more logging of half-failed AJAX requests
[mailer.git] / inc / ajax / ajax_admin.php
index e93830cba66da6138fa31cccc8679a9ea27a7045..a7fe37dc1c3d661c2c2eac6017f6112d24994590 100644 (file)
@@ -60,6 +60,7 @@ function doAjaxProcessAdmin () {
 
        // Again we do a call-back, so generate a function name depending on 'do'
        $callbackName = 'doAjaxAdmin' . capitalizeUnderscoreString(postRequestElement('do'));
+       $GLOBALS['ajax_callback_function'] = $callbackName;
 
        // Is the call-back function there?
        if (!function_exists($callbackName)) {