r62681 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62680‎ | r62681 | r62682 >
Date:00:01, 19 February 2010
Author:reedy
Status:ok
Tags:
Comment:
Fixup original fail in method naming, seems this didn't get commited
Modified paths:
  • /trunk/extensions/GlobalBlocking/ApiQueryGlobalBlocks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GlobalBlocking/ApiQueryGlobalBlocks.php
@@ -206,7 +206,7 @@
207207 return 'List all globally blocked IP addresses.';
208208 }
209209
210 - public function getParamDescription() {
 210+ public function getPossibleErrors() {
211211 return array_merge( parent::getPossibleErrors(), array(
212212 array ( 'code' => 'cidrtoobroad', 'info' => 'CIDR ranges broader than /16 are not accepted' ),
213213 ) );

Status & tagging log