r49313 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49312‎ | r49313 | r49314 >
Date:13:32, 8 April 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Add $lang to available URL parameters in SecurePoll_RemoteMWAuth
Modified paths:
  • /trunk/extensions/SecurePoll/includes/Auth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SecurePoll/includes/Auth.php
@@ -242,7 +242,7 @@
243243 function requestLogin( $election ) {
244244 global $wgRequest;
245245
246 - $urlParamNames = array( 'id', 'token', 'wiki', 'site', 'domain' );
 246+ $urlParamNames = array( 'id', 'token', 'wiki', 'site', 'lang', 'domain' );
247247 $vars = array();
248248 foreach ( $urlParamNames as $name ) {
249249 $value = $wgRequest->getVal( $name );

Status & tagging log