Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 14 Apr 2018 21:24:03 +0000 (23:24 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 14 Apr 2018 21:24:03 +0000 (23:24 +0200)
- do not clear formName and formId, both are still needed

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/helper/html/forms/class_HtmlFormHelper.php

index 34e8930764ba46fc8312d995e81b4f881187b7e7..768c5ed680933efdda73258fe53538e5135c3566 100644 (file)
@@ -161,8 +161,6 @@ class HtmlFormHelper extends BaseHtmlHelper implements HelpableTemplate {
 
                        // Simply close it
                        $this->formOpened = false;
-                       $this->formName = '';
-                       $this->formId = '';
 
                        // Add it to the content
                        $this->addFooterContent($formContent);