DirectorObjectForm: do not sort sets when removing

...entries

fixes #1099
This commit is contained in:
Thomas Gelf 2017-08-25 15:16:16 +02:00
parent f8445ca1ef
commit 8edb7e50fb
1 changed files with 0 additions and 1 deletions

View File

@ -706,7 +706,6 @@ abstract class DirectorObjectForm extends DirectorForm
protected function removeFromSet(& $set, $key)
{
unset($set[$key]);
sort($set);
}
protected function moveUpInSet(& $set, $key)