// Add version number to addsharethis

This commit is contained in:
Jerome Nadaud
2013-11-15 15:32:52 +01:00
parent b5d84a72e0
commit 3af7a59caa
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ class AddShareThis extends Module
$this->author = 'Custom';
$this->tab = 'front_office_features';
$this->need_instance = 0;
$this->version = '0.1';
$this->bootstrap = true;
$this->_directory = dirname(__FILE__);
parent::__construct();