Issue #2219891 by TravisCarden: Duplicate declaration of hook_menu_link_defaults().

8.0.x
webchick 2014-03-18 09:42:54 -07:00
parent 04abeabdad
commit c75929755f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function tour_test_admin_paths() {
/**
* Implements hook_menu_link_defaults().
*/
function hook_menu_link_defaults() {
function tour_test_menu_link_defaults() {
$links['tour_test.1'] = array(
'route_name' => 'tour_test.1',
'link_title' => 'Tour test 1'