From: Roland Häder Date: Wed, 9 Dec 2009 20:50:58 +0000 (+0000) Subject: Generic index.php is now masking backtrace data X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=724e353b74fd904f82d287c9fa53cdaf79ef3508 Generic index.php is now masking backtrace data --- diff --git a/inc/loader/load_cache-revision.php b/inc/loader/load_cache-revision.php index e71891f833..b4bbb33732 100644 --- a/inc/loader/load_cache-revision.php +++ b/inc/loader/load_cache-revision.php @@ -39,10 +39,10 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} +} // END - if // 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)) {