From 29ae579298f0ea1f3caff17b1244ec9658140f1f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Dec 2013 20:29:30 +0100 Subject: [PATCH] Fix: Bad link --- htdocs/admin/system/perf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/system/perf.php b/htdocs/admin/system/perf.php index de33508fba8..ce74d128a7a 100644 --- a/htdocs/admin/system/perf.php +++ b/htdocs/admin/system/perf.php @@ -89,7 +89,7 @@ $test1=function_exists('xcache_info'); if ($test1) { print img_picto('','tick.png').' '.$langs->trans("XCacheInstalled"); - print ' '.$langs->trans("MoreInformation").' Xcache admin page'; + print ' '.$langs->trans("MoreInformation").' Xcache admin page'; } else {