diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2013-07-04 21:34:39 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2013-07-04 21:34:39 +0000 |
commit | 02d28e2032ace010310dca693e2c151439c950f6 (patch) | |
tree | c7e57a20f641a3c5def74811118acb0764062719 /en/downloads/get | |
parent | 8ac5508c5c14a7f5b01fb6bac0ecddf7e00ac5e5 (diff) | |
download | www-02d28e2032ace010310dca693e2c151439c950f6.tar www-02d28e2032ace010310dca693e2c151439c950f6.tar.gz www-02d28e2032ace010310dca693e2c151439c950f6.tar.bz2 www-02d28e2032ace010310dca693e2c151439c950f6.tar.xz www-02d28e2032ace010310dca693e2c151439c950f6.zip |
add $product var to have the file which make an error
Diffstat (limited to 'en/downloads/get')
-rw-r--r-- | en/downloads/get/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index ea7387a4c..519932d10 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -128,7 +128,7 @@ try { } catch (NoProductFoundError $e) { // sorry, no such product found/available. redirect? - $reason = 'This file is not available for download.'; + $reason = 'The file '. $product .' is not available for download.'; } catch (NoMirrorFoundError $e) { // sorry, no mirror found. next time? |