// fix retrieving of the fields value 'shop' and 'group_shop' dynamically (PSFV-94)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10130 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-15 12:19:39 +00:00
parent 45a3f8d33a
commit b9ee33bdcb
13 changed files with 24 additions and 103 deletions
@@ -235,8 +235,6 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
else
$this->_errors[] = Tools::displayError('You do not have permission to edit here.');
}
if (count($this->_errors))
AdminTab::displayErrors();
}
protected function getDate()