Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
email
Commits
1dc403cc
Commit
1dc403cc
authored
Jul 30, 2008
by
Matthias Hutterer
Browse files
#269199: fixes access denied error because of wrong definitions in
hook_menu. patch by ralessi, thanks
parent
9cfd83d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
email.module
email.module
+2
-2
No files found.
email.module
View file @
1dc403cc
...
...
@@ -244,8 +244,8 @@ function email_menu() {
'title'
=>
t
(
'Email Contact Form'
),
'page callback'
=>
'email_mail_page'
,
'page arguments'
=>
array
(
1
,
2
),
'access callback'
=>
'
node
_access'
,
'access arguments'
=>
array
(
'
view'
,
1
),
'access callback'
=>
'
user
_access'
,
'access arguments'
=>
array
(
'
access content'
),
'type'
=>
MENU_CALLBACK
,
);
return
$items
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment