X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/d5ad55716b8ff269a44ce2a65565f15106ff3f8c..5e37cbaf8433bb27744c2509d9caca702750f748:/test/HTML/prueba_html_quickform_renderer_tabla.php diff --git a/test/HTML/prueba_html_quickform_renderer_tabla.php b/test/HTML/prueba_html_quickform_renderer_tabla.php index cc8ad08..3b81655 100644 --- a/test/HTML/prueba_html_quickform_renderer_tabla.php +++ b/test/HTML/prueba_html_quickform_renderer_tabla.php @@ -8,7 +8,7 @@ require_once 'MECON/HTML/QuickForm.php'; - $form = new MECON_HTML_QuickForm('test'); + $form = new MECON_HTML_QuickForm(); //Agrega los elementos comunes a todas las opciones $form->addElement('header','cabecera', 'Título del formulario');