X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/90aab0093474f7ec454fd1ed074538e948ebb08d..329f1c4866a7c6ec0f3068c1b2f661b8fef05f8d:/lib/MECON/HTML/QuickForm.php?ds=inline 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); } /**