http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89026

Revision: 89026
Author:   werdna
Date:     2011-05-28 08:14:33 +0000 (Sat, 28 May 2011)
Log Message:
-----------
MFT r89025

Modified Paths:
--------------
    branches/wmf/1.17wmf1/extensions/SecurePoll/includes/user/Auth.php

Property Changed:
----------------
    branches/wmf/1.17wmf1/extensions/SecurePoll/


Property changes on: branches/wmf/1.17wmf1/extensions/SecurePoll
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/REL1_15/phase3/extensions/SecurePoll:51646
/branches/new-installer/phase3/extensions/SecurePoll:43664-66004
/branches/sqlite/extensions/SecurePoll:58211-58321
/branches/wmf/1.16wmf4/extensions/SecurePoll:67177,69199,76243,77266
/branches/wmf-deployment/extensions/SecurePoll:60970
/trunk/extensions/SecurePoll:89020
/trunk/phase3/extensions/SecurePoll:79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,80406,81833,83212,83590
   + /branches/REL1_15/phase3/extensions/SecurePoll:51646
/branches/new-installer/phase3/extensions/SecurePoll:43664-66004
/branches/sqlite/extensions/SecurePoll:58211-58321
/branches/wmf/1.16wmf4/extensions/SecurePoll:67177,69199,76243,77266
/branches/wmf-deployment/extensions/SecurePoll:60970
/trunk/extensions/SecurePoll:89020,89025
/trunk/phase3/extensions/SecurePoll:79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,80406,81833,83212,83590

Modified: branches/wmf/1.17wmf1/extensions/SecurePoll/includes/user/Auth.php
===================================================================
--- branches/wmf/1.17wmf1/extensions/SecurePoll/includes/user/Auth.php  
2011-05-28 08:12:12 UTC (rev 89025)
+++ branches/wmf/1.17wmf1/extensions/SecurePoll/includes/user/Auth.php  
2011-05-28 08:14:33 UTC (rev 89026)
@@ -252,7 +252,7 @@
                        return 0;
                }
                
-               $centralUser = new CentralAuthUser( $user );
+               $centralUser = new CentralAuthUser( $user->getName() );
                
                $attached = $centralUser->queryAttached();
                $blockCount = 0;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to