aboutsummaryrefslogtreecommitdiffstats
path: root/en/4/download_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/4/download_index.php')
-rw-r--r--en/4/download_index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php
index 120d6fe77..8847a6956 100644
--- a/en/4/download_index.php
+++ b/en/4/download_index.php
@@ -8,14 +8,14 @@ $dictionary = read_translation_file($locale, array('4', 'common_footer'));
require '../downloads/get/lib.php';
$rtl = is_locale_rtl($locale);
-function get_mageia_image_file_name($variant = null, $arch, $medium, $ext)
+function get_mageia_image_file_name($variant, $arch, $medium, $ext)
{
$va = empty($variant) ? $arch : $variant . '-' . $arch;
return implode('-', array('Mageia','4.1', $va, $medium)) . $ext;
}
-function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $unavailabletorrent = false)
+function dl_link($variant, $arch, $medium, $torrent = false, $unavailabletorrent = false)
{
switch ($arch) {
case "i586":