]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se corrige un bug.
authorGonzalo Merayo <merayo@gmail.com>
Mon, 30 Jun 2003 21:54:23 +0000 (21:54 +0000)
committerGonzalo Merayo <merayo@gmail.com>
Mon, 30 Jun 2003 21:54:23 +0000 (21:54 +0000)
lib/MECON/Marco/ImagenAnimada.php

index 4c78a040996aaaebd09fb77659c2d85b8ec86720..79e056cc4a86922bf42e56a9b3c913653fc4a023 100644 (file)
@@ -79,13 +79,13 @@ class ImagenAnimada {
                 $this->_imgMouseOn = $this->_calcularImagen($imagenMouseOn, $directorio);
             }
             else {
-                $this->_imgMouseOn = $this->_calcularImagen($imagenMouseOn, $directorio, '_f2');
+                $this->_imgMouseOn = $this->_calcularImagen($imagenComun, $directorio, '_f2');
             }
             if ($imagenSelect !== '') {
                 $this->_imgSelect = $this->_calcularImagen($imagenSelect, $directorio);
             }
             else {
-                $this->_imgSelect = $this->_calcularImagen($imagenSelect, $directorio, '_f3');
+                $this->_imgSelect = $this->_calcularImagen($imagenComun, $directorio, '_f3');
             }
         }
     }