small fix

This commit is contained in:
touffies
2013-10-24 19:49:52 +02:00
parent d8b2ef28fc
commit 64985faedc

View File

@@ -205,7 +205,7 @@ class OrderController extends BaseFrontController
{
/* check if the placed order matched the customer */
$placedOrder = OrderQuery::create()->findPk(
$this->getRequest()->attributes->get('order_id');
$this->getRequest()->attributes->get('order_id')
);
if (null === $placedOrder) {