// 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user