r95860 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95859‎ | r95860 | r95861 >
Date:12:53, 31 August 2011
Author:akshay
Status:ok
Tags:
Comment:
made $wgSignupAPIUseAjax global
Modified paths:
  • /trunk/extensions/SignupAPI/includes/SpecialUserSignup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SignupAPI/includes/SpecialUserSignup.php
@@ -139,6 +139,7 @@
140140 }
141141
142142 // Ajax-ify ?
 143+ global $wgSignupAPIUseAjax;
143144 if ( $wgSignupAPIUseAjax ) {
144145 $wgOut->addModules( 'ext.SignupAPI' );
145146 }

Status & tagging log