addMultiValueInputTextField: do not change order of values

This commit is contained in:
Stephan Bösch-Plepelits 2017-05-18 10:52:44 +02:00
parent cc690fe34b
commit 6072e6fbac
1 changed files with 0 additions and 1 deletions

View File

@ -1296,7 +1296,6 @@ abstract class baseModule {
if (sizeof($values) == 0) {
$values[] = '';
}
natcasesort($values);
$values = array_values($values);
if ($label !== null) {
$labelTextOut = new htmlOutputText($label);