// small fix on adminpdf

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16761 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-08-08 09:55:29 +00:00
parent fd5894d680
commit 9b3961238c
2 changed files with 10 additions and 2 deletions
-2
View File
@@ -1818,8 +1818,6 @@ class AdminControllerCore extends Controller
else
$this->errors[] = Tools::displayError('You do not have permission to edit here.');
}
elseif ($submitted_action = Tools::getValue('submitAction'.$this->table))
$this->action = $submitted_action;
elseif (Tools::getValue('submitAdd'.$this->table)
|| Tools::getValue('submitAdd'.$this->table.'AndStay')
|| Tools::getValue('submitAdd'.$this->table.'AndPreview'))