Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ctools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
ctools
Commits
af1f09ee
Commit
af1f09ee
authored
15 years ago
by
Earl Miles
Browse files
Options
Downloads
Patches
Plain Diff
#450828: $base not valid in views_content_menu
parent
36ecb4d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views_content/views_content.module
+1
-1
1 addition, 1 deletion
views_content/views_content.module
with
1 addition
and
1 deletion
views_content/views_content.module
+
1
−
1
View file @
af1f09ee
...
@@ -23,7 +23,7 @@ function views_content_menu() {
...
@@ -23,7 +23,7 @@ function views_content_menu() {
'page arguments'
=>
array
(
'views_content_admin_page'
),
'page arguments'
=>
array
(
'views_content_admin_page'
),
'description'
=>
'Configure Views to be used as CTools content.'
,
'description'
=>
'Configure Views to be used as CTools content.'
,
'type'
=>
MENU_NORMAL_ITEM
,
'type'
=>
MENU_NORMAL_ITEM
,
)
+
$base
;
);
}
}
return
$items
;
return
$items
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment