// By 1.5.1 we means certainly 1.5.0.1

This commit is contained in:
mDeflotte
2012-07-25 08:03:42 +00:00
parent 2848e4a1e7
commit a55ca85990

View File

@@ -34,7 +34,7 @@ abstract class ModuleCore
public $version;
/**
* @since 1.5.1
* @since 1.5.0.1
* @var string Registered Version in database
*/
public $registered_version;
@@ -81,7 +81,7 @@ abstract class ModuleCore
/** @var string Module web path (eg. '/shop/modules/modulename/') */
protected $_path = null;
/**
* @since 1.5.1
* @since 1.5.0.1
* @var string Module local path (eg. '/home/prestashop/modules/modulename/')
*/
protected $local_path = null;