From 43325617a8f39774e12cdb17027d79ddfd0ead41 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 17 Feb 2012 14:51:56 +0000 Subject: [PATCH] // [-] MO : #PSFV-531 - Removing unused smarty vars --- modules/loyalty/controllers/front/default.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/loyalty/controllers/front/default.php b/modules/loyalty/controllers/front/default.php index bd354a7ef..a24a7e53c 100644 --- a/modules/loyalty/controllers/front/default.php +++ b/modules/loyalty/controllers/front/default.php @@ -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(),