// Normalize

This commit is contained in:
rMalie
2012-01-25 14:45:32 +00:00
parent f648b37b0c
commit 3f75029cc5
5 changed files with 9 additions and 10 deletions
+1 -2
View File
@@ -36,8 +36,7 @@ abstract class TaxManagerModuleCore extends Module
public function hookTaxManager($args)
{
$class_file =_PS_MODULE_DIR_.'/'.$this->name.'/'.$this->tax_manager_class.'.php';
$class_file = _PS_MODULE_DIR_.'/'.$this->name.'/'.$this->tax_manager_class.'.php';
if (!isset($this->tax_manager_class) || !file_exists($class_file))
die(Tools::displayError('Incorrect Tax Manager class ['.$this->tax_manager_class.']'));