aboutsummaryrefslogtreecommitdiffstats
path: root/includes/import/ImportStreamSource.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/import/ImportStreamSource.php')
-rw-r--r--includes/import/ImportStreamSource.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/import/ImportStreamSource.php b/includes/import/ImportStreamSource.php
index 86f6f07004f2..b86c4ca7527a 100644
--- a/includes/import/ImportStreamSource.php
+++ b/includes/import/ImportStreamSource.php
@@ -173,7 +173,7 @@ class ImportStreamSource implements ImportSource {
# Have to do a DB-key replacement ourselves; otherwise spaces get
# URL-encoded to +, which is wrong in this case. Similar to logic in
# Title::getLocalURL
- $link = $firstIw->getURL( strtr( "${additionalIwPrefixes}Special:Export/$page",
+ $link = $firstIw->getURL( strtr( "{$additionalIwPrefixes}Special:Export/$page",
' ', '_' ) );
$params = [];