Index: trunk/extensions/ApiSandbox/SpecialApiSandbox.php |
— | — | @@ -67,8 +67,8 @@ |
68 | 68 | $modules = array_keys( $apiMain->getModules() ); |
69 | 69 | sort( $modules ); |
70 | 70 | $queryModules = array_merge( |
| 71 | + $this->getQueryModules( 'list' ), |
71 | 72 | $this->getQueryModules( 'prop' ), |
72 | | - $this->getQueryModules( 'list' ), |
73 | 73 | $this->getQueryModules( 'meta' ) |
74 | 74 | ); |
75 | 75 | |