From 32ced9a50271131c7ac25e5fe9e7b636c822adc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 17:09:55 +0200 Subject: [PATCH] Qual: Removed missing variable --- htdocs/core/modules/dons/modules_don.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/dons/modules_don.php b/htdocs/core/modules/dons/modules_don.php index b825bacbb34..1527b134a8d 100644 --- a/htdocs/core/modules/dons/modules_don.php +++ b/htdocs/core/modules/dons/modules_don.php @@ -244,7 +244,7 @@ function don_create($db, $id, $message, $modele, $outputlangs, $hidedetails=0, $ } else { - print $langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$dir.$file); + print $langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$file); return 0; } }