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