//small fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14005 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-03-09 13:53:58 +00:00
parent 9983454720
commit e55f85ae00
2 changed files with 11 additions and 10 deletions
+10 -10
View File
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>shopimporter</name>
<displayName><![CDATA[Shop Importer]]></displayName>
<version><![CDATA[1.0]]></version>
<description><![CDATA[This module allows you to import your shop from another system into Prestashop.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[migration_tools]]></tab>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<module>
<name>shopimporter</name>
<displayName><![CDATA[Shop Importer]]></displayName>
<version><![CDATA[1.0]]></version>
<description><![CDATA[This module allows you to import your shop from another system into Prestashop.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[migration_tools]]></tab>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<limited_countries></limited_countries>
</module>
</module>
+1
View File
@@ -39,6 +39,7 @@ class shopimporter extends ImportModule
$this->version = '1.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;
$this->is_configurable = 1;
parent::__construct ();