Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2020 23:19:06 +0000 (00:19 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2020 23:19:06 +0000 (00:19 +0100)
- ops, wrong way!

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

index 4f304e05ab74a6f7eb283c3fa01ed1deb798b983..481616fd66a227a902d497c87cf2b7580c062363 100644 (file)
@@ -317,8 +317,8 @@ class HtmlFormHelper extends BaseHtmlHelper implements HelpableTemplate {
 
                // Generate the content
                $inputContent = sprintf('<input type="checkbox" name="%s" class="checkbox" id="%s_%s_field" value="1"%s />',
-                       $this->getFormId(),
                        $fieldName,
+                       $this->getFormId(),
                        $fieldName,
                        $checked
                );