X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialExport.php;h=eb7be510bda757a6296963534ff458db359bb181;hb=4a45ff5f9296f45108006f066a81320858702fc9;hp=d5c5528d7a8bce5dcb8b0973169f6145862e969d;hpb=942446575486057b38e186a8f5599a645758b702;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialExport.php b/includes/specials/SpecialExport.php index d5c5528d7a..eb7be510bd 100644 --- a/includes/specials/SpecialExport.php +++ b/includes/specials/SpecialExport.php @@ -23,7 +23,7 @@ * @ingroup SpecialPage */ -use Mediawiki\MediaWikiServices; +use MediaWiki\MediaWikiServices; /** * A special page that allows users to export pages in a XML file @@ -288,7 +288,7 @@ class SpecialExport extends SpecialPage { $formDescriptor += [ 'wpDownload' => [ 'type' => 'check', - 'name' =>'wpDownload', + 'name' => 'wpDownload', 'id' => 'wpDownload', 'default' => $request->wasPosted() ? $request->getCheck( 'wpDownload' ) : true, 'label-message' => 'export-download',