From: Roland Häder Date: Sun, 15 Jun 2008 21:07:11 +0000 (+0000) Subject: From group >unknown< fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11808cd3fb50e3ac374381b646c0852bf010bdb2;p=shipsimu.git From group >unknown< fixed --- diff --git a/inc/classes/main/helper/web/class_WebFormHelper.php b/inc/classes/main/helper/web/class_WebFormHelper.php index 61a6243..7daa441 100644 --- a/inc/classes/main/helper/web/class_WebFormHelper.php +++ b/inc/classes/main/helper/web/class_WebFormHelper.php @@ -503,7 +503,7 @@ class WebFormHelper extends BaseHelper { // Is a group open? if ($this->groupOpened === true) { // Then automatically close it here - $this->addFormGroup("unknown", ""); + $this->addFormGroup("", ""); } // Generate the content