Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -498,7 +498,7 @@ |
499 | 499 | * @param $module object An Api module |
500 | 500 | * @param $params Array an array with the request parameters |
501 | 501 | */ |
502 | | - protected function setupExternalResponse($module) { |
| 502 | + protected function setupExternalResponse($module, $params) { |
503 | 503 | // Ignore mustBePosted() for internal calls |
504 | 504 | if ( $module->mustBePosted() && !$this->mRequest->wasPosted() ) { |
505 | 505 | $this->dieUsageMsg( array( 'mustbeposted', $this->mAction ) ); |