]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/Marco/ImagenAnimada.php
(no commit message)
[mecon/meconlib.git] / lib / MECON / Marco / ImagenAnimada.php
index a2b01c9246cb3704fa9e3463d928708420971689..6166045f9d5fad21526dce6a819c4700a1f051b8 100644 (file)
@@ -195,7 +195,7 @@ class ImagenAnimada {
     {
         $img = new HTML_Image(array('name' => $this->getName(), 'border' => 0));
         $src = $this->getSeleccionada() ? $this->_imgSelect : $this->_imgComun;
-        $img->updateAttributes('src' => $src);
+        $img->updateAttributes(array ('src' => $src) );
         $html = $img->toHtml();
         if ($this->getHabilitada()) {
             if ($this->getSeleccionada()) {
@@ -241,4 +241,4 @@ class ImagenAnimada {
 
 } // -X2C Class :ImagenAnimada
 
-?>
+?>
\ No newline at end of file