From 747a047ad06f3f0a38427c17f029d76a6f111631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 30 Sep 2008 12:35:04 +0000 Subject: [PATCH] Fix Memcachestat. Using wrong classname git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@902 44740490-163a-0410-bde0-09ae8108e29a --- www/admin/memcachestat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/admin/memcachestat.php b/www/admin/memcachestat.php index 05cc5932c..6a8846357 100644 --- a/www/admin/memcachestat.php +++ b/www/admin/memcachestat.php @@ -15,7 +15,7 @@ try { } - $stats = SimpleSAML_MemcacheStore::getStats(); + $stats = SimpleSAML_Memcache::getStats(); $template = new SimpleSAML_XHTML_Template($config, 'status-table.php'); $template->data['title'] = 'Memcache stats'; -- GitLab