Skip to content

Commit

Permalink
// Fix small bug
Browse files Browse the repository at this point in the history
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15914 b9a71923-0436-4b27-9f14-aed3839534dd
  • Loading branch information
NinjaOfWeb committed Jun 7, 2012
1 parent 090091e commit 4d34097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admin/AdminHomeController.php
Expand Up @@ -98,7 +98,7 @@ protected function _displayOptimizationTips()
1 => array('image'=>'error.png','color'=>'orange'),
2 => array('image'=>'tick.png','color'=>'green'));

$opti_list[] = null;
$opti_list = array();
if ($rewrite + $htaccessOptimized + $smartyOptimized + $cccOptimized + $shopEnabled + $htaccessAfterUpdate + $indexRebuiltAfterUpdate != 14)
{
$this->context->smarty->assign('hide_tips', Configuration::get('PS_HIDE_OPTIMIZATION_TIPS'));
Expand Down

0 comments on commit 4d34097

Please sign in to comment.