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 @@
140
140
}
141
141
142
142
// Ajax-ify ?
143
+ global $wgSignupAPIUseAjax;
143
144
if ( $wgSignupAPIUseAjax ) {
144
145
$wgOut->addModules( 'ext.SignupAPI' );
145
146
}
Status & tagging log
12:54, 31 August 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r95860
[
removed:
new
added:
ok]