Merge 6072e6fbac
into 6fc698b695
This commit is contained in:
commit
b9cb50e368
|
@ -1300,7 +1300,6 @@ abstract class baseModule {
|
||||||
if (sizeof($values) == 0) {
|
if (sizeof($values) == 0) {
|
||||||
$values[] = '';
|
$values[] = '';
|
||||||
}
|
}
|
||||||
natcasesort($values);
|
|
||||||
$values = array_values($values);
|
$values = array_values($values);
|
||||||
if ($label !== null) {
|
if ($label !== null) {
|
||||||
$labelTextOut = new htmlOutputText($label, true, $required);
|
$labelTextOut = new htmlOutputText($label, true, $required);
|
||||||
|
|
Loading…
Reference in New Issue