]> git.llucax.com Git - mecon/ai.git/blobdiff - sistema/local_lib/GrupoSecciones.php
Se arregla un bug.
[mecon/ai.git] / sistema / local_lib / GrupoSecciones.php
index 136ebfd800bea94c706164aed52e1714a49a55ce..3b49711dcabbb040d464467206ff4697181de268 100644 (file)
@@ -159,6 +159,7 @@ class GrupoSecciones {
         $this->grupo        = $grupo;
         $this->nombre       = $nombre;
         $this->grupo_padre  = $grupo_padre;
         $this->grupo        = $grupo;
         $this->nombre       = $nombre;
         $this->grupo_padre  = $grupo_padre;
+        $this->habilitado   = $habilitado;
         $this->antiguedad   = $antiguedad;
         $this->mostrar_hijos= $mostrar_hijos;
         // Obtengo secciones.
         $this->antiguedad   = $antiguedad;
         $this->mostrar_hijos= $mostrar_hijos;
         // Obtengo secciones.
@@ -302,4 +303,4 @@ class GrupoSecciones {
 
 } // -X2C Class :GrupoSecciones
 
 
 } // -X2C Class :GrupoSecciones
 
-?>
\ No newline at end of file
+?>