From: Sam Reed Date: Thu, 11 Feb 2010 22:22:20 +0000 (+0000) Subject: Fix r62331 - If we renamed a method, we need to to it everywhere! X-Git-Tag: 1.31.0-rc.0~37809 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=3fcc9a8bcde8f6f3a36eeca2e211893ecad127bc;p=lhc%2Fweb%2Fwiklou.git Fix r62331 - If we renamed a method, we need to to it everywhere! --- diff --git a/includes/api/ApiParamInfo.php b/includes/api/ApiParamInfo.php index 1dcd91876f..85ded55dcb 100644 --- a/includes/api/ApiParamInfo.php +++ b/includes/api/ApiParamInfo.php @@ -172,7 +172,7 @@ class ApiParamInfo extends ApiBase { $result->setIndexedTagName( $retval['parameters'], 'param' ); // Errors - $retval['errors'] = $this->parseErrors( $obj->possibleErrors() ); + $retval['errors'] = $this->parseErrors( $obj->getPossibleErrors() ); $result->setIndexedTagName( $retval['errors'], 'error' );