diff --git a/includes/specials/SpecialImport.php b/includes/specials/SpecialImport.php index bed39b263ee..1ae201b4f9d 100644 --- a/includes/specials/SpecialImport.php +++ b/includes/specials/SpecialImport.php @@ -101,7 +101,7 @@ class SpecialImport extends SpecialPage { $this->logcomment = $request->getText( 'log-comment' ); $this->pageLinkDepth = $wgExportMaxLinkDepth == 0 ? 0 : $request->getIntOrNull( 'pagelink-depth' ); - $this->rootpage = $request->getText( 'rootpage' ); + $this->rootpage = $request->getText( 'rootpage' ); $user = $this->getUser(); if ( !$user->matchEditToken( $request->getVal( 'editToken' ) ) ) { @@ -201,7 +201,7 @@ class SpecialImport extends SpecialPage { Xml::label( $this->msg( 'import-upload-filename' )->text(), 'xmlimport' ) . "