[-] MO : fixed backslashes in homeslider #PSCFV-5664

This commit is contained in:
Damien Metzger
2012-12-11 11:16:56 +01:00
parent 68236c6a6d
commit 27eaed42bd
5 changed files with 38 additions and 11 deletions

View File

@@ -31,6 +31,7 @@ abstract class ModuleCore
/** @var float Version */
public $version;
public $database_version;
/**
* @since 1.5.0.1
@@ -175,6 +176,8 @@ abstract class ModuleCore
}
$this->local_path = _PS_MODULE_DIR_.$this->name.'/';
}
$this->database_version = $this->version;
}
/**