From 97d76d272cf42e55b916dbf33ec1e3a6dd195732 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Mon, 1 Oct 2012 07:41:46 +0000 Subject: [PATCH] // Removed useless method #PSCFV-4538 --- modules/editorial/EditorialClass.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/editorial/EditorialClass.php b/modules/editorial/EditorialClass.php index 1cf19a461..ce7887b0c 100755 --- a/modules/editorial/EditorialClass.php +++ b/modules/editorial/EditorialClass.php @@ -66,11 +66,6 @@ class EditorialClass extends ObjectModel ) ); - public function add($autodate = true, $null_values = false) - { - return parent::add($autodate, $null_values); - } - static public function getByIdShop($id_shop) { $id = Db::getInstance()->getValue('SELECT `id_editorial` FROM `'._DB_PREFIX_.'editorial` WHERE `id_shop` ='.(int)$id_shop);