Commit dff1bf8e2f429d99c8555bbd76d85113ef6a86f3

Authored by alberto.alvarez
1 parent 4045e8a5

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.4]]></version> 5 + <version><![CDATA[1.5]]></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/Adminimaxxaddcatbyfeature.php
1 <?php 1 <?php
2 -class AdminimaxaddcatbyfeatureController extends ModuleAdminController { 2 +class AdminimaxxaddcatbyfeatureController extends ModuleAdminController {
3 public function __construct() { 3 public function __construct() {
4 global $cookie; 4 global $cookie;
5 $token = md5(pSQL(_COOKIE_KEY_ . 'AdminModules' . (int) Tab::getIdFromClassName('AdminModules') . (int) $cookie->id_employee)); 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,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.4'; 22 + $this->version = '1.5';
23 $this->author = 'Informax'; 23 $this->author = 'Informax';
24 $this->need_instance = 0; 24 $this->need_instance = 0;
25 $this->idManual = ''; 25 $this->idManual = '';