]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se arregla bug.
authorLeandro Lucarella <llucax@gmail.com>
Fri, 24 Oct 2003 20:31:25 +0000 (20:31 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 24 Oct 2003 20:31:25 +0000 (20:31 +0000)
lib/MECON/Marco.php

index bfbb2313ebe275c5cad28b0ac022196d4efbff85..9797f2b5782238025acd01f5a6cf81b3ad083ba3 100644 (file)
@@ -363,7 +363,7 @@ Si es un objeto debe tener un metodo toHtml y opcionalmente puede tener un getCS
             return @$this->_configuracion[$clave];
         }
         else {
-            return $this->_configuracion 
+            return $this->_configuracion;
         }
     }
     // -X2C