// Fix normalize and replace $_GET and $_POST by Tools::isSubmit() in CMS's controllers
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15168 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -248,7 +248,7 @@ class AdminCmsControllerCore extends AdminController
|
||||
{
|
||||
if ($this->tabAccess['delete'] === '1')
|
||||
{
|
||||
if (isset($_POST[$this->table.'Box']))
|
||||
if (Tools::isSubmit($this->table.'Box'))
|
||||
{
|
||||
$cms = new CMS();
|
||||
$result = true;
|
||||
|
||||
Reference in New Issue
Block a user