// sql fix in AdminProductsController
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13703 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -4002,7 +4002,7 @@ class AdminProductsControllerCore extends AdminController
|
||||
|
||||
if (!empty($insert))
|
||||
Db::getInstance()->execute('
|
||||
INSERT INTO '._DB_PREFIX_.$this->table.'_'.$type.' (`'.pSQL($this->identifier).'`, `id_'.$type.'`)
|
||||
INSERT INTO '._DB_PREFIX_.$this->table.'_'.$type.' (`'.pSQL($this->identifier).'`, `id_'.$type.'`, `id_category_default`)
|
||||
VALUES '.pSQL($insert));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user