summaryrefslogtreecommitdiff
path: root/modules/statistics.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics.module')
-rw-r--r--modules/statistics.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/statistics.module b/modules/statistics.module
index 08732b32f..78284090f 100644
--- a/modules/statistics.module
+++ b/modules/statistics.module
@@ -783,8 +783,9 @@ function statistics_page() {
print theme("footer");
}
else {
+ drupal_set_title(t("Access denied"));
print theme("header");
- print theme("box", t("Access denied"), message_access());
+ print message_access();
print theme("footer");
}
}