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
scanner
Commits
45621a54
Commit
45621a54
authored
Jun 28, 2012
by
Michael Rossetti
Browse files
Fixed missing menu item on admin/content page
parent
9bbddaf1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
scanner.module
scanner.module
+1
-0
No files found.
scanner.module
View file @
45621a54
...
...
@@ -64,6 +64,7 @@ function scanner_menu() {
'title'
=>
'Search and Replace Scanner'
,
'description'
=>
'Find (and replace) keywords in all your content.'
,
'page callback'
=>
'scanner_view'
,
'type'
=>
MENU_LOCAL_TASK
,
'access arguments'
=>
array
(
'perform search and replace'
),
);
$items
[
'admin/content/scanner/scan'
]
=
array
(
...
...
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