summaryrefslogtreecommitdiff
path: root/modules/forum/forum.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-11-08 09:56:22 +0000
committerDries Buytaert <dries@buytaert.net>2003-11-08 09:56:22 +0000
commit92995414b4c4bbecc9ef13dba29009e02cf951a7 (patch)
treebc340c0cbe66913a150851381cb31a984fe6b16d /modules/forum/forum.module
parent432852fbb8ae331408cb53ad7a678c5499173893 (diff)
downloadbrdo-92995414b4c4bbecc9ef13dba29009e02cf951a7.tar.gz
brdo-92995414b4c4bbecc9ef13dba29009e02cf951a7.tar.bz2
- Committed stage 1 of the menu callbacks improvements. Patch by Jonathan.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r--modules/forum/forum.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 66fee1d55..63755b56e 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -94,7 +94,7 @@ function forum_link($type, $node = 0, $main = 0) {
}
if ($type == "system" && user_access("create forum topics")) {
- menu("node/add/forum",t("forum topic"), "forum_page");
+ menu("node/add/forum",t("forum topic"), "page");
}
if (!$main && $type == "node" && $node->type == "forum") {