Commit dff1bf8e2f429d99c8555bbd76d85113ef6a86f3
1 parent
4045e8a5
CAMBIO DE NOMBRE DE CONTROLADOR
Showing
3 changed files
with
3 additions
and
3 deletions
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.4]]></version> | |
| 5 | + <version><![CDATA[1.5]]></version> | |
| 6 | 6 | <description><![CDATA[Informax add to category by feature]]></description> |
| 7 | 7 | <author><![CDATA[Informax]]></author> |
| 8 | 8 | <tab><![CDATA[administration]]></tab> | ... | ... |
controllers/admin/Adminimaxxaddcatbyfeature.php
| 1 | 1 | <?php |
| 2 | -class AdminimaxaddcatbyfeatureController extends ModuleAdminController { | |
| 2 | +class AdminimaxxaddcatbyfeatureController extends ModuleAdminController { | |
| 3 | 3 | public function __construct() { |
| 4 | 4 | global $cookie; |
| 5 | 5 | $token = md5(pSQL(_COOKIE_KEY_ . 'AdminModules' . (int) Tab::getIdFromClassName('AdminModules') . (int) $cookie->id_employee)); | ... | ... |
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.4'; | |
| 22 | + $this->version = '1.5'; | |
| 23 | 23 | $this->author = 'Informax'; |
| 24 | 24 | $this->need_instance = 0; |
| 25 | 25 | $this->idManual = ''; | ... | ... |