X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/d374755a39b0fc94d14a25590acea0a3f5ce6633..491e3ed8d9646fc86ccbf3ed9ed1593faedbe167:/lib/MECON/HTML/QuickFormSimple.php diff --git a/lib/MECON/HTML/QuickFormSimple.php b/lib/MECON/HTML/QuickFormSimple.php index f5ab77b..b3e2427 100644 --- a/lib/MECON/HTML/QuickFormSimple.php +++ b/lib/MECON/HTML/QuickFormSimple.php @@ -66,7 +66,7 @@ class MECON_HTML_QuickFormSimple extends HTML_QuickForm { * @access public */ function getBegin() { - $attrs = $this->getAttributesString(); + $attrs = $this->getAttributes(true); return ""; } @@ -82,4 +82,4 @@ class MECON_HTML_QuickFormSimple extends HTML_QuickForm { } -?> \ No newline at end of file +?>