// Removed useless method #PSCFV-4538
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17626 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user