// [-] MO : #PSFV-531 - Removing unused smarty vars

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13435 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-17 14:51:56 +00:00
parent 403db40a7f
commit b8fbd8f98f
@@ -170,8 +170,6 @@ class LoyaltyDefaultModuleFrontController extends ModuleFrontController
$this->context->smarty->assign(array(
'orders' => $orders,
'displayorders' => $displayorders,
'this' => $this,
'pagination_link' => $this->context->link->getModuleLink('loyalty', 'default'),
'totalPoints' => (int)$customerPoints,
'voucher' => LoyaltyModule::getVoucherValue($customerPoints, (int)($this->context->cookie->id_currency)),
'validation_id' => LoyaltyStateModule::getValidationId(),