Index: branches/wmf/1.17wmf1/extensions/SecurePoll/includes/user/Auth.php |
— | — | @@ -252,7 +252,7 @@ |
253 | 253 | return 0; |
254 | 254 | } |
255 | 255 | |
256 | | - $centralUser = new CentralAuthUser( $user ); |
| 256 | + $centralUser = new CentralAuthUser( $user->getName() ); |
257 | 257 | |
258 | 258 | $attached = $centralUser->queryAttached(); |
259 | 259 | $blockCount = 0; |
Property changes on: branches/wmf/1.17wmf1/extensions/SecurePoll |
___________________________________________________________________ |
Modified: svn:mergeinfo |
260 | 260 | Merged /trunk/extensions/SecurePoll:r89025 |