http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89990

Revision: 89990
Author:   maxsem
Date:     2011-06-13 18:37:21 +0000 (Mon, 13 Jun 2011)
Log Message:
-----------
Bug 29362 - Templates are not exported with gadgets

Modified Paths:
--------------
    trunk/extensions/Gadgets/SpecialGadgets.php

Modified: trunk/extensions/Gadgets/SpecialGadgets.php
===================================================================
--- trunk/extensions/Gadgets/SpecialGadgets.php 2011-06-13 18:27:51 UTC (rev 
89989)
+++ trunk/extensions/Gadgets/SpecialGadgets.php 2011-06-13 18:37:21 UTC (rev 
89990)
@@ -160,6 +160,7 @@
                        . Html::hidden( 'title', SpecialPage::getTitleFor( 
'Export' )->getPrefixedDBKey() )
                        . Html::hidden( 'pages', $exportList )
                        . Html::hidden( 'wpDownload', '1' )
+                       . Html::hidden( 'templates', '1' )
                        . Xml::submitButton( wfMsg( 'gadgets-export-download' ) 
)
                        . Html::closeElement( 'form' )
                );


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

Reply via email to