fixed bug in FilterOrderEvent.

This commit is contained in:
Paweł Jędrzejewski 2011-11-15 22:05:10 +01:00
parent 8a08128134
commit 37f8b3de1e

View file

@ -25,7 +25,7 @@ class FilterOrderEvent extends Event
public function __construct(OrderInterface $order)
{
$this->order;
$this->order = $order;
}
public function getOrder()