Index: trunk/phase3/includes/api/ApiQueryQueryPage.php |
— | — | @@ -73,7 +73,6 @@ |
74 | 74 | |
75 | 75 | /** |
76 | 76 | * @param $resultPageSet ApiPageSet |
77 | | - * @return void |
78 | 77 | */ |
79 | 78 | public function run( $resultPageSet = null ) { |
80 | 79 | global $wgUser; |
— | — | @@ -178,6 +177,7 @@ |
179 | 178 | |
180 | 179 | public function getPossibleErrors() { |
181 | 180 | return array_merge( parent::getPossibleErrors(), array( |
| 181 | + array( 'specialpage-cantexecute' ) |
182 | 182 | ) ); |
183 | 183 | } |
184 | 184 | |