http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89025
Revision: 89025
Author: werdna
Date: 2011-05-28 08:12:12 +0000 (Sat, 28 May 2011)
Log Message:
-----------
Fix silly bug covered up by using newer PHP than the cluster
Modified Paths:
--------------
trunk/extensions/SecurePoll/includes/user/Auth.php
Modified: trunk/extensions/SecurePoll/includes/user/Auth.php
===================================================================
--- trunk/extensions/SecurePoll/includes/user/Auth.php 2011-05-28 07:58:08 UTC
(rev 89024)
+++ trunk/extensions/SecurePoll/includes/user/Auth.php 2011-05-28 08:12:12 UTC
(rev 89025)
@@ -253,7 +253,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