// Fix #PSFV-6

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7807 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-07-29 10:02:55 +00:00
parent d80c7b5ba8
commit 35748d1b8f
+1 -1
View File
@@ -70,7 +70,7 @@ class OrderHistoryCore extends ObjectModel
return $fields;
}
public function changeIdOrderState($new_order_state = NULL, $id_order)
public function changeIdOrderState($new_order_state, $id_order)
{
if ($new_order_state != NULL)
{