Followup r104318, sort the options in the limit dropdown
This commit is contained in:
parent
e220d83381
commit
5c95e650b2
1 changed files with 2 additions and 1 deletions
|
|
@ -470,9 +470,10 @@ class HTMLBlockedUsersItemSelect extends HTMLSelectField {
|
|||
|
||||
if ( !in_array( $value, $this->mParams['options'] ) ) {
|
||||
$this->mParams['options'][ $this->mParent->getLanguage()->formatNum( $value ) ] = intval($value);
|
||||
asort( $this->mParams['options'] );
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue