r89025 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r89024
|
r89025
|
r89026
>
Date:
08:12, 28 May 2011
Author:
werdna
Status:
ok
Tags:
Comment:
Fix silly bug covered up by using newer PHP than the cluster
Modified paths:
/trunk/extensions/SecurePoll/includes/user/Auth.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SecurePoll/includes/user/Auth.php
—
—
@@ -253,7 +253,7 @@
254
254
return 0;
255
255
}
256
256
257
- $centralUser = new CentralAuthUser( $user );
257
+ $centralUser = new CentralAuthUser( $user->getName() );
258
258
259
259
$attached = $centralUser->queryAttached();
260
260
$blockCount = 0;
Follow-up revisions
Revision
Commit summary
Author
Date
r89026
MFT
r89025
werdna
08:14, 28 May 2011
Status & tagging log
01:07, 8 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r89025
[
removed:
new
added:
ok]