mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-13 17:53:22 +00:00
Bug 29362 - Templates are not exported with gadgets
This commit is contained in:
parent
df27435995
commit
eb32b8f436
|
@ -160,6 +160,7 @@ class SpecialGadgets extends SpecialPage {
|
|||
. 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' )
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue