// fixed bug property currentIndex

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9378 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-17 08:32:31 +00:00
parent cbe497ef8c
commit e1c52879af
2 changed files with 6 additions and 5 deletions
@@ -145,8 +145,8 @@ class AdminRequestSqlControllerCore extends AdminController
');
$smarty = $this->context->smarty;
if ($this->display != 'edit' && $this->display != 'add')
if ($this->display != 'edit' && $this->display != 'add' && $this->display != 'view')
$this->display = 'list';
switch ($this->display)