// By 1.5.1 we means certainly 1.5.0.1

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16561 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-07-25 08:03:42 +00:00
parent 34c85b6114
commit 6b62f6c3ed
+2 -2
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;