diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-10 20:34:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-10 20:34:03 +0000 |
commit | bdf5dc9d1d18f15275362a0a717f33077a041d1e (patch) | |
tree | 9be87da028ba1733f83e1a664d775591d87a19f6 /modules/forum/forum.module | |
parent | a98fa4c2c883637939b8eb2510eb4706adac335f (diff) | |
download | brdo-bdf5dc9d1d18f15275362a0a717f33077a041d1e.tar.gz brdo-bdf5dc9d1d18f15275362a0a717f33077a041d1e.tar.bz2 |
- Patch #102413 by yched: path node/add/[poll|forum|blog] defined twice.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module index e12a5b6ca..c9ef9d10d 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -35,9 +35,6 @@ function forum_menu($may_cache) { $items = array(); if ($may_cache) { - $items[] = array('path' => 'node/add/forum', - 'title' => t('Forum topic'), - 'access' => user_access('create forum topics')); $items[] = array('path' => 'forum', 'title' => t('Forums'), 'callback' => 'forum_page', |