]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickFormSimple.php
Agrego un strtolower al tipo de menu para que no tire errores.
[mecon/meconlib.git] / lib / MECON / HTML / QuickFormSimple.php
index f5ab77b81a89533933fa06f22290954a084c1fa5..b3e24275b37f8066165b76e2fa927a3e2f958966 100644 (file)
@@ -66,7 +66,7 @@ class MECON_HTML_QuickFormSimple extends HTML_QuickForm {
      * @access public
      */
     function getBegin() {
-        $attrs = $this->getAttributesString();
+        $attrs = $this->getAttributes(true);
         return "<form$attrs>";
     }
 
@@ -82,4 +82,4 @@ class MECON_HTML_QuickFormSimple extends HTML_QuickForm {
 
 }
 
-?>
\ No newline at end of file
+?>