From 4045e8a5b3968d3099c364583e19257ed783ab82 Mon Sep 17 00:00:00 2001 From: alberto.alvarez Date: Tue, 14 Jul 2020 20:55:33 +0200 Subject: [PATCH] CAMBIO DE NOMBRE DE CONTROLADOR --- config.xml | 2 +- configuration.php | 2 +- imaxaddcatbyfeature.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index db83815..0542f86 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ imaxaddcatbyfeature - + diff --git a/configuration.php b/configuration.php index 4802d72..9a45e4b 100644 --- a/configuration.php +++ b/configuration.php @@ -48,6 +48,6 @@ $moduleTabs = array(); $moduleTabs[0] = array(); $moduleTabs[0]['name'] = 'Feature by carac'; -$moduleTabs[0]['clase'] = 'Adminxaddcatbyfeature'; +$moduleTabs[0]['clase'] = 'Adminimaxxaddcatbyfeature'; $moduleTabs[0]['padre'] = 'AdminInformax'; $moduleTabs[0]['imagen'] = 'informax.gif'; diff --git a/imaxaddcatbyfeature.php b/imaxaddcatbyfeature.php index f799edb..b876086 100644 --- a/imaxaddcatbyfeature.php +++ b/imaxaddcatbyfeature.php @@ -19,7 +19,7 @@ class ImaxAddCatbyFeature extends Module { public function __construct() { $this->name = 'imaxaddcatbyfeature'; $this->tab = 'administration'; - $this->version = '1.3'; + $this->version = '1.4'; $this->author = 'Informax'; $this->need_instance = 0; $this->idManual = ''; -- libgit2 0.21.4