From 02d28e2032ace010310dca693e2c151439c950f6 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Thu, 4 Jul 2013 21:34:39 +0000 Subject: add $product var to have the file which make an error --- en/downloads/get/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'en') 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? -- cgit v1.2.1