From f8ab65978ce665ce6d6a1c76aa79e281ffd871d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 28 Aug 2009 09:39:10 +0000
Subject: [PATCH] Fix page ID for sanity check page...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1730 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/sanitycheck/www/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/sanitycheck/www/index.php b/modules/sanitycheck/www/index.php
index 99a236f8d..3a29226cd 100644
--- a/modules/sanitycheck/www/index.php
+++ b/modules/sanitycheck/www/index.php
@@ -24,7 +24,7 @@ if (isset($_REQUEST['output']) && $_REQUEST['output'] == 'text') {
 }
 
 $t = new SimpleSAML_XHTML_Template($config, 'sanitycheck:check-tpl.php');
-$t->data['pageid'] = 'statistics';
+$t->data['pageid'] = 'sanitycheck';
 $t->data['errors'] = $errors;
 $t->data['info'] = $info;
 $t->data['jquery'] = $jquery;
-- 
GitLab