r89026 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89025‎ | r89026 | r89027 >
Date:08:14, 28 May 2011
Author:werdna
Status:ok
Tags:
Comment:
MFT r89025
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/SecurePoll (modified) (history)
  • /branches/wmf/1.17wmf1/extensions/SecurePoll/includes/user/Auth.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/SecurePoll/includes/user/Auth.php
@@ -252,7 +252,7 @@
253253 return 0;
254254 }
255255
256 - $centralUser = new CentralAuthUser( $user );
 256+ $centralUser = new CentralAuthUser( $user->getName() );
257257
258258 $attached = $centralUser->queryAttached();
259259 $blockCount = 0;
Property changes on: branches/wmf/1.17wmf1/extensions/SecurePoll
___________________________________________________________________
Modified: svn:mergeinfo
260260 Merged /trunk/extensions/SecurePoll:r89025

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89025Fix silly bug covered up by using newer PHP than the clusterwerdna08:12, 28 May 2011

Status & tagging log