X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialImport.php;h=eab4784cefce0a00983581b5544d515ae19571bd;hb=7e6420a764402e8e4ce1bf55947e31508dc1a91c;hp=1b45315fc4ceb63d5efa4e0156d08b95c4c9ef8a;hpb=b63ed3bd88b104cc81caa2ce9e6c2accbcc0006f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialImport.php b/includes/specials/SpecialImport.php index 1b45315fc4..eab4784cef 100644 --- a/includes/specials/SpecialImport.php +++ b/includes/specials/SpecialImport.php @@ -327,7 +327,7 @@ class SpecialImport extends SpecialPage { foreach ( $importSources as $key => $value ) { if ( is_int( $key ) ) { $key = $value; - } else if ( $value !== $key ) { + } elseif ( $value !== $key ) { $needSubprojectField = true; }