summaryrefslogtreecommitdiff
path: root/modules/statistics.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-04 20:53:19 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-04 20:53:19 +0000
commitd45bf0f1e7614e961ed45d85a99e126def3edf64 (patch)
treea8c02a2aac5aab0e1cd0a16a908befff18b3b5c9 /modules/statistics.module
parenta5f76cd53ea14ec9bc73a59b6a9d06845d849818 (diff)
downloadbrdo-d45bf0f1e7614e961ed45d85a99e126def3edf64.tar.gz
brdo-d45bf0f1e7614e961ed45d85a99e126def3edf64.tar.bz2
- Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with sf, etc.
Diffstat (limited to 'modules/statistics.module')
-rw-r--r--modules/statistics.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics.module b/modules/statistics.module
index fd7d1ed96..2579261d4 100644
--- a/modules/statistics.module
+++ b/modules/statistics.module
@@ -85,7 +85,7 @@ function statistics_link($type, $node = 0, $main = 0) {
}
if (user_access("access content")) {
- menu("statistics", t("view most popular content"), statistics_page, 0, 1);
+ menu("statistics", t("view most popular content"), "statistics_page", 0, 1);
}
}