]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickForm.php
Cambie el comportamiento de setRendererOpts. Ahora se comporta como un update. Hice...
[mecon/meconlib.git] / lib / MECON / HTML / QuickForm.php
index fba9f37869e8b916325a76e9d53abbfb5728ee78..352e46a78457895519d386c3e7d5c6cb7f7eb55a 100644 (file)
@@ -53,7 +53,7 @@ class MECON_HTML_QuickForm extends MECON_HTML_QuickFormSimple {
      * @deprecated 
      */
     function setRendererOpts($opts) {
-        $this->renderer->setAttributes($opts);
+        $this->renderer->updateAttributes($opts);
     }
 
     /**