summaryrefslogtreecommitdiff
path: root/modules/poll
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-10 20:34:03 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-10 20:34:03 +0000
commitbdf5dc9d1d18f15275362a0a717f33077a041d1e (patch)
tree9be87da028ba1733f83e1a664d775591d87a19f6 /modules/poll
parenta98fa4c2c883637939b8eb2510eb4706adac335f (diff)
downloadbrdo-bdf5dc9d1d18f15275362a0a717f33077a041d1e.tar.gz
brdo-bdf5dc9d1d18f15275362a0a717f33077a041d1e.tar.bz2
- Patch #102413 by yched: path node/add/[poll|forum|blog] defined twice.
Diffstat (limited to 'modules/poll')
-rw-r--r--modules/poll/poll.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index 461355243..fc3715f13 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -231,8 +231,6 @@ function poll_menu($may_cache) {
$items = array();
if ($may_cache) {
- $items[] = array('path' => 'node/add/poll', 'title' => t('Poll'),
- 'access' => user_access('create polls'));
$items[] = array('path' => 'poll', 'title' => t('Polls'),
'callback' => 'poll_page',
'access' => user_access('access content'),