// 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:
vChabot
2012-02-28 16:39:14 +00:00
parent ae4ca19eb9
commit bd07297e2d
@@ -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));
}
}