Index: branches/wmf-deployment/includes/specials/SpecialUserrights.php |
— | — | @@ -272,7 +272,7 @@ |
273 | 273 | * Side effects: error output for invalid access |
274 | 274 | * @return mixed User, UserRightsProxy, or WikiErrorMsg |
275 | 275 | */ |
276 | | - public static function fetchUser( $username ) { |
| 276 | + public function fetchUser( $username ) { |
277 | 277 | global $wgUser, $wgUserrightsInterwikiDelimiter; |
278 | 278 | |
279 | 279 | $parts = explode( $wgUserrightsInterwikiDelimiter, $username ); |