From 14599c3512abed278fb33bd80e204cc4f1140500 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 4 Jul 2003 22:20:34 +0000 Subject: [PATCH 1/1] Se arregla un bug. --- sistema/local_lib/GrupoSecciones.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sistema/local_lib/GrupoSecciones.php b/sistema/local_lib/GrupoSecciones.php index 136ebfd..3b49711 100644 --- a/sistema/local_lib/GrupoSecciones.php +++ b/sistema/local_lib/GrupoSecciones.php @@ -159,6 +159,7 @@ class GrupoSecciones { $this->grupo = $grupo; $this->nombre = $nombre; $this->grupo_padre = $grupo_padre; + $this->habilitado = $habilitado; $this->antiguedad = $antiguedad; $this->mostrar_hijos= $mostrar_hijos; // Obtengo secciones. @@ -302,4 +303,4 @@ class GrupoSecciones { } // -X2C Class :GrupoSecciones -?> \ No newline at end of file +?> -- 2.43.0