Skip to content
Snippets Groups Projects
Commit 747a047a authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fix Memcachestat. Using wrong classname

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@902 44740490-163a-0410-bde0-09ae8108e29a
parent ab624a79
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ try { ...@@ -15,7 +15,7 @@ try {
} }
$stats = SimpleSAML_MemcacheStore::getStats(); $stats = SimpleSAML_Memcache::getStats();
$template = new SimpleSAML_XHTML_Template($config, 'status-table.php'); $template = new SimpleSAML_XHTML_Template($config, 'status-table.php');
$template->data['title'] = 'Memcache stats'; $template->data['title'] = 'Memcache stats';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment