// Context part 13

This commit is contained in:
rMalie
2011-07-19 09:44:10 +00:00
parent 52339502b6
commit ba2922a823
35 changed files with 101 additions and 117 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ class OrderReturnCore extends ObjectModel
return (int)($data['total']);
}
static public function getOrdersReturn($customer_id, $order_id = false, $no_denied = false, $context = null)
static public function getOrdersReturn($customer_id, $order_id = false, $no_denied = false, Context $context = null)
{
if (!$context)
$context = Context::getContext();