Skip to content

Commit

Permalink
BO: Fix page suppression in AdminMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-girard committed Aug 1, 2016
1 parent 54229fd commit 5e75d83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions controllers/admin/AdminMetaController.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,6 @@ public function postProcess()
Tools::clearCache($this->context->smarty);
}

if (Tools::isSubmit('deletemeta') && (int)Tools::getValue('id_meta') > 0) {
Db::getInstance()->delete('theme_meta', 'id_meta='.(int)Tools::getValue('id_meta'));
}

return parent::postProcess();
}

Expand Down

0 comments on commit 5e75d83

Please sign in to comment.