r84409 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84408‎ | r84409 | r84410 >
Date:18:33, 20 March 2011
Author:reedy
Status:resolved (Comments)
Tags:
Comment:
Make implementation match documentation and definition. Followup r84381
Modified paths:
  • /trunk/extensions/SiteMatrix/SiteMatrix_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SiteMatrix/SiteMatrix_body.php
@@ -249,7 +249,7 @@
250250 * @param array $results
251251 * @return void
252252 */
253 - public static function APIQuerySiteInfoGeneralInfo( $module, $results ) {
 253+ public static function APIQuerySiteInfoGeneralInfo( &$module, &$results ) {
254254 global $wgDBname, $wgConf;
255255
256256 $matrix = new SiteMatrix();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r84381* (bug 16288) API: consider making closure status of wikis more clear with me...reedy13:41, 20 March 2011

Comments

#Comment by IAlex (talk | contribs)   10:26, 27 May 2011

Method signature fixed in r84719.

Status & tagging log