Fixed missing sort order
authorMarcel Werk <burntime@woltlab.com>
Sat, 26 Apr 2014 12:06:07 +0000 (14:06 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 26 Apr 2014 12:06:07 +0000 (14:06 +0200)
wcfsetup/install/files/lib/acp/form/LabelAddForm.class.php

index 891a8c4d2c1531611b3008a1ec4491e66586ccf5..9202fc250680c01274f1de96853fd8364695d1b5 100644 (file)
@@ -193,6 +193,7 @@ class LabelAddForm extends AbstractForm {
         */
        public function readData() {
                $this->labelGroupList = new LabelGroupList();
+               $this->labelGroupList->sqlOrderBy = 'label_group.groupName';
                $this->labelGroupList->readObjects();
                
                parent::readData();