Index: trunk/extensions/SiteMatrix/SiteMatrix_body.php |
— | — | @@ -248,7 +248,7 @@ |
249 | 249 | * @param array $results |
250 | 250 | * @return void |
251 | 251 | */ |
252 | | - public static function APIQuerySiteInfoGeneralInfo( &$module, &$results ) { |
| 252 | + public static function APIQuerySiteInfoGeneralInfo( $module, &$results ) { |
253 | 253 | global $wgDBname, $wgConf; |
254 | 254 | |
255 | 255 | $matrix = new SiteMatrix(); |