X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialImport.php;h=3ef64f881f3d2bf11d6e2d48eb49b3fd1b5671ec;hb=0530835635f7216cb94efbe42a28483e251d1570;hp=ab5d4d7238524754fa0e1cd87bbb8d611beb22b7;hpb=6f7e982df6479e27c3b17f2deda8404ef55f50e6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialImport.php b/includes/specials/SpecialImport.php index ab5d4d7238..3ef64f881f 100644 --- a/includes/specials/SpecialImport.php +++ b/includes/specials/SpecialImport.php @@ -79,7 +79,7 @@ class SpecialImport extends SpecialPage { } # @todo Allow Title::getUserPermissionsErrors() to take an array - # @todo FIXME: Title::checkSpecialsAndNSPermissions() has a very wierd expectation of what + # @todo FIXME: Title::checkSpecialsAndNSPermissions() has a very weird expectation of what # getUserPermissionsErrors() might actually be used for, hence the 'ns-specialprotected' $errors = wfMergeErrorArrays( $this->getPageTitle()->getUserPermissionsErrors( @@ -526,7 +526,7 @@ class SpecialImport extends SpecialPage { Xml::checkLabel( $this->msg( 'import-assign-known-users' )->text(), 'assignKnownUsers', - 'assignKnownUsers', + 'interwikiAssignKnownUsers', $this->assignKnownUsers ) . "