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
0db03487
Commit
0db03487
authored
Sep 01, 2012
by
Matthias Hutterer
Browse files
Issue #1665050 by bart.hanssens: Fixed missing menu option for changing email send limit.
parent
71398cdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
email.module
email.module
+1
-1
No files found.
email.module
View file @
0db03487
...
...
@@ -198,7 +198,7 @@ function email_menu() {
'page callback'
=>
'drupal_get_form'
,
'page arguments'
=>
array
(
'email_admin_settings'
),
'access arguments'
=>
array
(
'administer site configuration'
),
'type'
=>
MENU_
CALLBACK
,
'type'
=>
MENU_
NORMAL_ITEM
,
);
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