// static call in hookTaxManager
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8203 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -48,7 +48,7 @@ abstract class TaxManagerModuleCore extends Module
|
||||
|
||||
$class = $this->tax_manager_class;
|
||||
|
||||
if ($class::isAvailableForThisAddress($args['address']))
|
||||
if (call_user_func(array($class, 'isAvailableForThisAddress'), array($args['address'])))
|
||||
return new $class();
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user