// Normalize

This commit is contained in:
rMalie
2012-01-25 14:45:32 +00:00
parent 16d12e20ef
commit 1075d3e98b
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.']'));