]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickForm.php
Cambio del nombre del objeto Tabla. Ahora se llama MECON_HTML_Tabla. Esto es para...
[mecon/meconlib.git] / lib / MECON / HTML / QuickForm.php
index 8c3deb192afeb20e6b75243beb978493d95d2adf..fba9f37869e8b916325a76e9d53abbfb5728ee78 100644 (file)
@@ -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);
     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() 
     }
 
     function toHtml()