// Add missing parameter

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14634 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-04-13 14:25:00 +00:00
parent 2b807940ae
commit 813415a344
+1 -1
View File
@@ -435,7 +435,7 @@ class OrderCore extends ObjectModel
*
* @return array History entries ordered by date DESC
*/
public function getHistory($id_lang, $id_order_state = false, $no_hidden = false)
public function getHistory($id_lang, $id_order_state = false, $no_hidden = false, $filters = false)
{
if (!$id_order_state)
$id_order_state = 0;