Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/154738

Change subject: SpecialGadgets: $wgScript --> wfScript()
......................................................................

SpecialGadgets: $wgScript --> wfScript()

Change-Id: I3e4d7d8dbfa37a2af32c732d2038c4676b14edfd
---
M SpecialGadgets.php
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gadgets 
refs/changes/38/154738/1

diff --git a/SpecialGadgets.php b/SpecialGadgets.php
index 94ad816..26019d6 100644
--- a/SpecialGadgets.php
+++ b/SpecialGadgets.php
@@ -396,11 +396,10 @@
                }
                $exportDisplayList .= '</ul>';
 
-               global $wgScript;
                $form =
                        Html::openElement( 'form', array(
                                'method' => 'get',
-                               'action' => $wgScript,
+                               'action' => wfScript(),
                                'class' => 'mw-gadgets-exportform'
                        ) )
                        . '<fieldset><p>'

-- 
To view, visit https://gerrit.wikimedia.org/r/154738
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e4d7d8dbfa37a2af32c732d2038c4676b14edfd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gadgets
Gerrit-Branch: RL2
Gerrit-Owner: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to