Commit bedf001ffaf16ef46f91e9119d2f6b524f1b2792
1 parent
c1f7e698
CAMBIO DE NOMBRE DE CONTROLADOR
Showing
3 changed files
with
2 additions
and
2 deletions
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.2]]></version> | 5 | + <version><![CDATA[1.3]]></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> |
controllers/admin/Adminxaddcatbyfeature.php renamed to controllers/admin/Adminimaxxaddcatbyfeature.php
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.2'; | 22 | + $this->version = '1.3'; |
| 23 | $this->author = 'Informax'; | 23 | $this->author = 'Informax'; |
| 24 | $this->need_instance = 0; | 24 | $this->need_instance = 0; |
| 25 | $this->idManual = ''; | 25 | $this->idManual = ''; |