X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/90aab0093474f7ec454fd1ed074538e948ebb08d..f8724fe08645a098f82faadf569c608f0e753ced:/lib/MECON/HTML/QuickForm.php?ds=sidebyside diff --git a/lib/MECON/HTML/QuickForm.php b/lib/MECON/HTML/QuickForm.php index fba9f37..352e46a 100644 --- a/lib/MECON/HTML/QuickForm.php +++ b/lib/MECON/HTML/QuickForm.php @@ -53,7 +53,7 @@ class MECON_HTML_QuickForm extends MECON_HTML_QuickFormSimple { * @deprecated */ function setRendererOpts($opts) { - $this->renderer->setAttributes($opts); + $this->renderer->updateAttributes($opts); } /**