]> git.mxchange.org Git - mailer.git/commitdiff
Fixed
authorRoland Häder <roland@mxchange.org>
Tue, 3 Aug 2010 23:40:24 +0000 (23:40 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 3 Aug 2010 23:40:24 +0000 (23:40 +0000)
inc/wrapper-functions.php

index 1d49f0ac9b04d044e79f9205bb9de654cd3a6815..58f557f9a88daf8b7526f59df5a506f383e96ca3 100644 (file)
@@ -666,13 +666,13 @@ function enableBlockMode ($enabled = true) {
 // Checks wether block-mode is enabled
 function isBlockModeEnabled () {
        // Abort if not set
-       if (!isset($GLOBALS[__FUNCTION__])) {
+       if (!isset($GLOBALS['block_mode'])) {
                // Needs to be fixed
                debug_report_bug(__FUNCTION__, __LINE__, 'Block_mode is not set.');
        } // END - if
 
        // Return it
-       return $GLOBALS[__FUNCTION__];
+       return $GLOBALS['block_mode'];
 }
 
 // Wrapper function for addPointsThroughReferalSystem()