Default refid is always fallback now, or 0 if sql_patches is absend
[mailer.git] / debug.php
index 8dfc9d42c3907b98c78bb9face4d506a3abc46ea..f7e28dc25c8fdae63e53c27b09d5e0bfea79ad19 100644 (file)
--- a/debug.php
+++ b/debug.php
@@ -55,13 +55,13 @@ if ((isInstalled()) && (getTotalFatalErrors() == 0)) {
        } // END - if
 
        // Is the request parameter set?
        } // END - if
 
        // Is the request parameter set?
-       if (REQUEST_ISSET_POST(('request'))) {
+       if (REQUEST_ISSET_POST('request')) {
                // Handle the request
                if (DEBUG_HANDLE_REQUEST(REQUEST_POST('request'))) {
                        // Construct FQFN for the module
                        $INC = sprintf("inc/debug/%s/request_%s",
                // Handle the request
                if (DEBUG_HANDLE_REQUEST(REQUEST_POST('request'))) {
                        // Construct FQFN for the module
                        $INC = sprintf("inc/debug/%s/request_%s",
-                       getConfig('debug_mode'),
-                       SQL_ESCAPE(REQUEST_POST('request'))
+                               getConfig('debug_mode'),
+                               SQL_ESCAPE(REQUEST_POST('request'))
                        );
 
                        // Is the module there? Else we log it!
                        );
 
                        // Is the module there? Else we log it!