r106815 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106814‎ | r106815 | r106816 >
Date:17:13, 20 December 2011
Author:reedy
Status:deferred
Tags:
Comment:
Instead of a FIXME on r94242, leave a comment saying to fix it
Modified paths:
  • /trunk/extensions/SemanticSignup/includes/SES_SignupFields.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticSignup/includes/SES_SignupFields.php
@@ -178,7 +178,7 @@
179179 global $wgLoginLanguageSelector;
180180 # Prepare language selection links as needed
181181 if ( $wgLoginLanguageSelector ) {
182 - $template->set( 'languages', $this->makeLanguageSelector() );
 182+ $template->set( 'languages', $this->makeLanguageSelector() ); // FIXME: $this is not accessible in a static context
183183 }
184184
185185 // Give authentication and captcha plugins a chance to modify the form

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94242importing SemanticSignup extensionjeroendedauw13:51, 11 August 2011