[-] 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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user