]> git.llucax.com Git - mecon/meconlib.git/commitdiff
(no commit message)
authorMartín Marrese <marrese@gmail.com>
Wed, 23 Apr 2003 17:38:16 +0000 (17:38 +0000)
committerMartín Marrese <marrese@gmail.com>
Wed, 23 Apr 2003 17:38:16 +0000 (17:38 +0000)
marco/php/marco/Seccion.php

index 2e9a208965f29eb7d349f9da40b22ef9ce82a69c..5362db5ba9c4bcfa9db720082144360b753d3432 100644 (file)
@@ -118,7 +118,7 @@ class Seccion extends Pagina {
     function _cargarHijos($hijos) // ~X2C
     {
         $this->_hijos = array ();
-        foreach ($hijos as $hijo$) {
+        foreach ($hijos as $hijo) {
             $tmp = new Menu (null, $hijo['nombre'],$hijo['link']);
             array_push($this->_hijos, $tmp);
         }