AYUSH GARG has uploaded a new change for review.

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

Change subject: Export allowing preloading the category name through a URL 
parameter Bug : T88683
......................................................................

Export allowing preloading the category name through a URL parameter
Bug : T88683

Change-Id: Ic8afcc87ccca3270b2d129f7a9285d2b18d198cf
---
M includes/specials/SpecialExport.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/29/189729/1

diff --git a/includes/specials/SpecialExport.php 
b/includes/specials/SpecialExport.php
index 723968e..d77e824 100644
--- a/includes/specials/SpecialExport.php
+++ b/includes/specials/SpecialExport.php
@@ -189,7 +189,7 @@
                        'catname',
                        'catname',
                        40,
-                       $catname,
+                       $catname
                ) . ' ';
                $form .= Xml::submitButton(
                        $this->msg( 'export-addcat' )->text(),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8afcc87ccca3270b2d129f7a9285d2b18d198cf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: AYUSH GARG <[email protected]>

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

Reply via email to