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 @@
254254 return 0;
255255 }
256256
257 - $centralUser = new CentralAuthUser( $user );
 257+ $centralUser = new CentralAuthUser( $user->getName() );
258258
259259 $attached = $centralUser->queryAttached();
260260 $blockCount = 0;

Follow-up revisions

RevisionCommit summaryAuthorDate
r89026MFT r89025werdna08:14, 28 May 2011

Status & tagging log