From 788884a8244eb2ef46ab2136586c71b2c55c4d23 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 15 May 2008 18:38:30 +0000 Subject: [PATCH] Fix: Bad link --- htdocs/ecm/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index e8a99ff0df4..3d12125729a 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -265,7 +265,7 @@ print ''; print ''; if ($user->rights->ecm->setup) { - print ''.img_picto($langs->trans("ECMNewSection"),'edit_add').''; + print ''.img_picto($langs->trans("ECMNewSection"),'edit_add').''; } else {