From 95e1518335d84a732f9f46eae5581cb46045a3ed Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 28 Nov 2011 09:10:37 +0000 Subject: [PATCH] // Fix display method on paypal module git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10694 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/paypal/paypal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/paypal/paypal.php b/modules/paypal/paypal.php index 063e468ed..86c33970d 100644 --- a/modules/paypal/paypal.php +++ b/modules/paypal/paypal.php @@ -1315,7 +1315,7 @@ class PayPal extends PaymentModule return $domain; } - public static function display($file, $template, $cacheId = NULL, $compileId = NULL) + public function display($file, $template, $cacheId = NULL, $compileId = NULL) { if (substr(_PS_VERSION_, 0, 3) != '1.3') return parent::displayTemplate($file, $template);