diff options
-rwxr-xr-x | en/4/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 29af5bf0a..e0a7fac94 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -18,7 +18,7 @@ function get_mageia_image_file_name($name, $version, $release, $variant = null, return implode('-', array($name, $version, $re, $medium)) . $ext; } -function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $medium, $torrent = false, $unavailabletorrent = true) +function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $medium, $torrent = false, $unavailabletorrent = false) { switch ($arch) { case "i586": |