diff --git a/system/acp/sections/boost/index.php b/system/acp/sections/boost/index.php index 6f6d4f3..77c1ff5 100644 --- a/system/acp/sections/boost/index.php +++ b/system/acp/sections/boost/index.php @@ -32,8 +32,9 @@ $aData = $mcache->get('data_boost_all'); - if($aData === false || !is_array($aData)) + if(!is_array($aData)) { + $aData = array(); $sql->query('SELECT SUM(`circles`), SUM(`money`) FROM `boost`'); $data = $sql->get();