Commit 4045e8a5b3968d3099c364583e19257ed783ab82

Authored by alberto.alvarez
1 parent bedf001f

CAMBIO DE NOMBRE DE CONTROLADOR

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