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 @@
348
348
return $openid_urls;
349
349
}
350
350
351
- public static function getUser( $openid ) {
351
+ public function getUser( $openid ) {
352
352
$dbr = wfGetDB( DB_SLAVE );
353
353
354
354
$id = $dbr->selectField(
Status & tagging log
23:47, 18 April 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r86361
[
removed:
new
added:
deferred]