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

index e97ed1e0b9d69c6c734fabe25133ef688180d570..1d3e4099588cbfcb140714fb7194678e9bfbbfa6 100644 (file)
@@ -84,7 +84,7 @@ class Seccion extends Pagina {
     function Seccion($seccion) // ~X2C
     {
         $this->_nombre = $seccion['nombre'];
     function Seccion($seccion) // ~X2C
     {
         $this->_nombre = $seccion['nombre'];
-        $this->_imagen = new ImagenAnimada($seccion['imagen']);
+        $this->_imagen = new ImagenAnimada($seccion['imagenComun']);
         parent::Pagina($seccion['link']);
         $this->_cargarHijos($seccion['hijos']);
     }
         parent::Pagina($seccion['link']);
         $this->_cargarHijos($seccion['hijos']);
     }