Skip to content
Snippets Groups Projects
Commit af1f09ee authored by Earl Miles's avatar Earl Miles
Browse files

#450828: $base not valid in views_content_menu

parent 36ecb4d1
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment