[-] BO : #PSTEST-659 - On creating group, table is not prefixed because of a bad parameter to the method DB::insert

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13011 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-06 09:51:45 +00:00
parent 7da125a4f2
commit 56ba4a183b
+1 -1
View File
@@ -1120,7 +1120,7 @@ class CarrierCore extends ObjectModel
'id_group' => $id_group,
);
}
return Db::getInstance()->insert('carrier_group', $data, false, false, Db::INSERT, false);
return Db::getInstance()->insert('carrier_group', $data, false, false, Db::INSERT);
}
return true;