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

This commit is contained in:
mDeflotte
2012-02-06 09:51:45 +00:00
parent 676d7c0b00
commit 320536098a
+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;