r89990 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89989‎ | r89990 | r89991 >
Date:18:37, 13 June 2011
Author:maxsem
Status:ok
Tags:
Comment:
Bug 29362 - Templates are not exported with gadgets
Modified paths:
  • /trunk/extensions/Gadgets/SpecialGadgets.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Gadgets/SpecialGadgets.php
@@ -160,6 +160,7 @@
161161 . Html::hidden( 'title', SpecialPage::getTitleFor( 'Export' )->getPrefixedDBKey() )
162162 . Html::hidden( 'pages', $exportList )
163163 . Html::hidden( 'wpDownload', '1' )
 164+ . Html::hidden( 'templates', '1' )
164165 . Xml::submitButton( wfMsg( 'gadgets-export-download' ) )
165166 . Html::closeElement( 'form' )
166167 );

Status & tagging log