Index: trunk/extensions/ApiSandbox/SpecialApiSandbox.php |
— | — | @@ -125,6 +125,7 @@ |
126 | 126 | private function getQueryModules( $type ) { |
127 | 127 | $options = array(); |
128 | 128 | $params = $this->apiQuery->getAllowedParams(); |
| 129 | + sort( $params[$type][ApiBase::PARAM_TYPE] ); |
129 | 130 | foreach ( $params[$type][ApiBase::PARAM_TYPE] as $module ) { |
130 | 131 | $options["$type=$module"] = "$type=$module"; |
131 | 132 | } |