aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/get/lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/get/lib.php')
-rw-r--r--en/downloads/get/lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/get/lib.php b/en/downloads/get/lib.php
index cb15c423d..5894ad902 100644
--- a/en/downloads/get/lib.php
+++ b/en/downloads/get/lib.php
@@ -136,7 +136,7 @@ function get_mirrors_for($file, $locale = null, $country = null, $prod = true, $
$mirrors = Downloads::get_all_mirrors($prod, $documentation);
$wsd = new Downloads();
- $one = $wsd->prepare_download(true, $country);
+ $one = $wsd->prepare_download(true, $country, $prod, $documentation);
return array($one, $mirrors);
}