From e7f6a5112ce8a7859a58867d9da620f353d737be Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 5 Jun 2018 09:02:50 +0200 Subject: [PATCH] Bad picto --- htdocs/install/check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index 81adf74f33c..10ff1b603bb 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -254,7 +254,7 @@ else { if (dol_is_dir($conffile)) { - print 'Warning '.$langs->trans("ConfFileMustBeAFileNotADir",$conffiletoshow); + print 'Warning '.$langs->trans("ConfFileMustBeAFileNotADir",$conffiletoshow); $allowinstall=0; }