diff --git a/public/include/pages/statistics/blocks.inc.php b/public/include/pages/statistics/blocks.inc.php index 41e209cb..98d5ed04 100644 --- a/public/include/pages/statistics/blocks.inc.php +++ b/public/include/pages/statistics/blocks.inc.php @@ -13,7 +13,6 @@ if (!$smarty->isCached('master.tpl', md5(serialize($_REQUEST)))) { // Propagate content our template $smarty->assign("BLOCKSFOUND", $aBlocksFoundData); $smarty->assign("BLOCKLIMIT", $iLimit); - } else { $debug->append('Using cached page', 3); } diff --git a/public/include/smarty_globals.inc.php b/public/include/smarty_globals.inc.php index cbd369d3..82938ee2 100644 --- a/public/include/smarty_globals.inc.php +++ b/public/include/smarty_globals.inc.php @@ -7,6 +7,7 @@ if (!defined('SECURITY')) // Globally available variables $debug->append('Global smarty variables', 3); +$debug->append('No cached page detected, loading smarty globals', 3); // Defaults to get rid of PHP Notice warnings $dDifficulty = 1; $aRoundShares = 1;