Skip to content
Snippets Groups Projects
Commit 3e8a0172 authored by Brandon Bergren's avatar Brandon Bergren
Browse files

Trim unneeded line from gmap_menu().

parent 0fb91b2a
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,6 @@ function _gmap_location_node_map_defaults() { ...@@ -60,7 +60,6 @@ function _gmap_location_node_map_defaults() {
*/ */
function gmap_location_menu() { function gmap_location_menu() {
$items['map/user'] = array( $items['map/user'] = array(
'path' => 'map/user',
'type' => MENU_NORMAL_ITEM, 'type' => MENU_NORMAL_ITEM,
'title' => 'User locations', 'title' => 'User locations',
'access arguments' => array('show user map'), 'access arguments' => array('show user map'),
......
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