r86361 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86360‎ | r86361 | r86362 >
Date:22:57, 18 April 2011
Author:reedy
Status:deferred
Tags:
Comment:
Make getUser non static

* (bug 28607) OpenID not working with MW 1.18
Modified paths:
  • /trunk/extensions/OpenID/SpecialOpenID.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenID/SpecialOpenID.body.php
@@ -347,7 +347,7 @@
348348 return $openid_urls;
349349 }
350350
351 - public static function getUser( $openid ) {
 351+ public function getUser( $openid ) {
352352 $dbr = wfGetDB( DB_SLAVE );
353353
354354 $id = $dbr->selectField(

Status & tagging log