From 3c3dd7dabc6d8cb01cbd66d33a3491f3aa724001 Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 26 Nov 2024 08:26:28 +0100 Subject: [PATCH] Solucionado error en el ámbito de atributos de la clase principal. --- config.xml | 2 +- imaxmultiean.php | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config.xml b/config.xml index 319cfaf..7b4ab1e 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ imaxmultiean - + diff --git a/imaxmultiean.php b/imaxmultiean.php index 6ab2811..f347010 100644 --- a/imaxmultiean.php +++ b/imaxmultiean.php @@ -11,8 +11,9 @@ class ImaxMultiEAN extends Module { var $idShop; var $idLang; var $idTab; - private $_html = '', $path, $idManual, $forceCheck, $sufijo, $prefijo; - + private $_html = '', $path, $idManual, $forceCheck; + public $sufijo, $prefijo; + private static $funciones; const prefijo = 'imaxmultiean_'; @@ -22,7 +23,7 @@ class ImaxMultiEAN extends Module { $this->name = 'imaxmultiean'; $this->tab = 'administration'; $this->path = _PS_MODULE_DIR_ . $this->name . '/'; - $this->version = '1.7'; + $this->version = '1.8'; $this->author = 'Informax'; $this->need_instance = 0; $this->idManual = ''; -- libgit2 0.21.4