X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/15c32314cf6a6eadf7d2d24ff2827c3db9bd8950..8117acde82b62ec80191c2bcfbd7df5045345d21:/lib/MECON/HTML/QuickForm.php diff --git a/lib/MECON/HTML/QuickForm.php b/lib/MECON/HTML/QuickForm.php index 8c3deb1..fba9f37 100644 --- a/lib/MECON/HTML/QuickForm.php +++ b/lib/MECON/HTML/QuickForm.php @@ -37,7 +37,7 @@ class MECON_HTML_QuickForm extends MECON_HTML_QuickFormSimple { function MECON_HTML_QuickForm($formName='', $method='post', $action='', $target='_self', $attributes=null) { parent::MECON_HTML_QuickFormSimple($formName, $method, $action, $target, $attributes); - $this->renderer =& new MECON_HTML_QuickForm_Renderer_Tabla($this->_rendererOpts); + $this->renderer =& new MECON_HTML_QuickForm_Renderer_Tabla(); } function toHtml()