From 1f3cc0d2ae2fab4e574a1b2b402e35d733275edb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 19 Oct 2009 22:01:27 +0000 Subject: [PATCH] Truncate too long dir --- 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 26960b7f0ce..392e0686f1d 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -510,7 +510,7 @@ if (empty($action) || $action == 'file_manager' || eregi('refresh',$action) || $ // Show link print ''; if ($section == $val['id']) print ' '; - print $ecmdirstatic->getNomUrl(0,'index',20); + print $ecmdirstatic->getNomUrl(0,'index',24); if ($section == $val['id']) print ''; print ''; print ' ';