From dff1bf8e2f429d99c8555bbd76d85113ef6a86f3 Mon Sep 17 00:00:00 2001 From: alberto.alvarez Date: Tue, 14 Jul 2020 20:58:19 +0200 Subject: [PATCH] CAMBIO DE NOMBRE DE CONTROLADOR --- config.xml | 2 +- controllers/admin/Adminimaxxaddcatbyfeature.php | 2 +- imaxaddcatbyfeature.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index 0542f86..22bc881 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ imaxaddcatbyfeature - + diff --git a/controllers/admin/Adminimaxxaddcatbyfeature.php b/controllers/admin/Adminimaxxaddcatbyfeature.php index 6c24f9c..27f32d2 100644 --- a/controllers/admin/Adminimaxxaddcatbyfeature.php +++ b/controllers/admin/Adminimaxxaddcatbyfeature.php @@ -1,5 +1,5 @@ id_employee)); diff --git a/imaxaddcatbyfeature.php b/imaxaddcatbyfeature.php index b876086..d8914e7 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.4'; + $this->version = '1.5'; $this->author = 'Informax'; $this->need_instance = 0; $this->idManual = ''; -- libgit2 0.21.4