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