From a9869802f45b2d29a194d4580008a986b84090a9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 30 Apr 2014 00:22:27 +0200 Subject: [PATCH] Add link to setup page --- htdocs/admin/system/perf.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/admin/system/perf.php b/htdocs/admin/system/perf.php index ce74d128a7a..e2990e3275b 100644 --- a/htdocs/admin/system/perf.php +++ b/htdocs/admin/system/perf.php @@ -77,6 +77,7 @@ if ($test) else { print img_picto('','warning').' '.$langs->trans("MemcachedModuleAvailableButNotSetup"); + print ' Memcached module admin page'; } } else print img_picto('','warning').' '.$langs->trans("MemcachedNotAvailable");