// 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
This commit is contained in:
rMalie
2011-11-28 09:10:37 +00:00
parent f9bde30d5c
commit 95e1518335
+1 -1
View File
@@ -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);