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