// Fix normalize and replace $_GET and $_POST by Tools::isSubmit() in CMS's controllers
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