Commit 4045e8a5b3968d3099c364583e19257ed783ab82

Authored by alberto.alvarez
1 parent bedf001f

CAMBIO DE NOMBRE DE CONTROLADOR

config.xml
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <module> 2 <module>
3 <name>imaxaddcatbyfeature</name> 3 <name>imaxaddcatbyfeature</name>
4 <displayName><![CDATA[Informax add to category by feature]]></displayName> 4 <displayName><![CDATA[Informax add to category by feature]]></displayName>
5 - <version><![CDATA[1.3]]></version> 5 + <version><![CDATA[1.4]]></version>
6 <description><![CDATA[Informax add to category by feature]]></description> 6 <description><![CDATA[Informax add to category by feature]]></description>
7 <author><![CDATA[Informax]]></author> 7 <author><![CDATA[Informax]]></author>
8 <tab><![CDATA[administration]]></tab> 8 <tab><![CDATA[administration]]></tab>
configuration.php
@@ -48,6 +48,6 @@ $moduleTabs = array(); @@ -48,6 +48,6 @@ $moduleTabs = array();
48 $moduleTabs[0] = array(); 48 $moduleTabs[0] = array();
49 49
50 $moduleTabs[0]['name'] = 'Feature by carac'; 50 $moduleTabs[0]['name'] = 'Feature by carac';
51 -$moduleTabs[0]['clase'] = 'Adminxaddcatbyfeature'; 51 +$moduleTabs[0]['clase'] = 'Adminimaxxaddcatbyfeature';
52 $moduleTabs[0]['padre'] = 'AdminInformax'; 52 $moduleTabs[0]['padre'] = 'AdminInformax';
53 $moduleTabs[0]['imagen'] = 'informax.gif'; 53 $moduleTabs[0]['imagen'] = 'informax.gif';
imaxaddcatbyfeature.php
@@ -19,7 +19,7 @@ class ImaxAddCatbyFeature extends Module { @@ -19,7 +19,7 @@ class ImaxAddCatbyFeature extends Module {
19 public function __construct() { 19 public function __construct() {
20 $this->name = 'imaxaddcatbyfeature'; 20 $this->name = 'imaxaddcatbyfeature';
21 $this->tab = 'administration'; 21 $this->tab = 'administration';
22 - $this->version = '1.3'; 22 + $this->version = '1.4';
23 $this->author = 'Informax'; 23 $this->author = 'Informax';
24 $this->need_instance = 0; 24 $this->need_instance = 0;
25 $this->idManual = ''; 25 $this->idManual = '';