From 6e3b02bb99ded363a6c17532b678f0faf094a093 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Oct 2009 16:09:25 +0000 Subject: [PATCH] dir name too short --- 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 80f85e27840..d4c0be6e148 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -510,7 +510,7 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti // Show link print ''; if ($section == $val['id']) print ' '; - print $ecmdirstatic->getNomUrl(0,'index',24); + print $ecmdirstatic->getNomUrl(0,'index',32); if ($section == $val['id']) print ''; print ''; print ' ';