diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php index 5cfde11b62826..377f71576896e 100644 --- a/htdocs/modulebuilder/index.php +++ b/htdocs/modulebuilder/index.php @@ -1259,6 +1259,7 @@ function moduleBuilderShutdownFunction() $position = 900; } // $alwayseditable + $alwayseditable=0; if ($fieldname == 'label') { $alwayseditable = 1; } @@ -1296,7 +1297,6 @@ function moduleBuilderShutdownFunction() $picto = 'project'; } - // Build the property string $stringforproperties .= "'".$obj->Field."'=>array('type'=>'".$type."', 'label'=>'".$label."',"; if ($default != '') {