From e55f85ae002c1e30d9c13e787e0de911e357bfd3 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 9 Mar 2012 13:53:58 +0000 Subject: [PATCH] //small fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14005 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/shopimporter/config.xml | 20 ++++++++++---------- modules/shopimporter/shopimporter.php | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/modules/shopimporter/config.xml b/modules/shopimporter/config.xml index eced3ac92..ba6f59e5f 100644 --- a/modules/shopimporter/config.xml +++ b/modules/shopimporter/config.xml @@ -1,12 +1,12 @@ - - shopimporter - - - - - - 1 - 0 + + shopimporter + + + + + + 1 + 0 - \ No newline at end of file + \ No newline at end of file diff --git a/modules/shopimporter/shopimporter.php b/modules/shopimporter/shopimporter.php index 5a0af4ee0..dea6717f9 100644 --- a/modules/shopimporter/shopimporter.php +++ b/modules/shopimporter/shopimporter.php @@ -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 ();