Generic index.php is now masking backtrace data
authorRoland Häder <roland@mxchange.org>
Wed, 9 Dec 2009 20:50:58 +0000 (20:50 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 9 Dec 2009 20:50:58 +0000 (20:50 +0000)
inc/loader/load_cache-revision.php

index e71891f83354cb67ccd2b8c3a52da2d8dc133525..b4bbb3373216e0a46662218e45b61e961ad23ea7 100644 (file)
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-}
+} // END - if
 
 // Next cached table is the revision...
 
 // Next cached table is the revision...
-if (($GLOBALS['cache_instance']->loadCacheFile('revision'))) {
+if ($GLOBALS['cache_instance']->loadCacheFile('revision')) {
        // Load revision from cache
        $GLOBALS['cache_array']['revision'] = $GLOBALS['cache_instance']->getArrayFromCache();
 } elseif ((getOutputMode() != 1)) {
        // Load revision from cache
        $GLOBALS['cache_array']['revision'] = $GLOBALS['cache_instance']->getArrayFromCache();
 } elseif ((getOutputMode() != 1)) {