From d45bf0f1e7614e961ed45d85a99e126def3edf64 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 4 Dec 2003 20:53:19 +0000 Subject: - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with sf, etc. --- modules/statistics/statistics.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/statistics/statistics.module') diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index fd7d1ed96..2579261d4 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/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); } } -- cgit v1.2.3