// Fix normalize and replace $_GET and $_POST by Tools::isSubmit() in CMS's controllers

This commit is contained in:
lLefevre
2012-05-10 12:50:26 +00:00
parent fc9a29dd26
commit 247ab71069
3 changed files with 48 additions and 27 deletions
+1 -1
View File
@@ -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;