From c75929755f2e0ad474db48a4ac580bc5b92f8c59 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 18 Mar 2014 09:42:54 -0700 Subject: [PATCH] Issue #2219891 by TravisCarden: Duplicate declaration of hook_menu_link_defaults(). --- core/modules/tour/tests/tour_test/tour_test.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/tour/tests/tour_test/tour_test.module b/core/modules/tour/tests/tour_test/tour_test.module index 3b1ca24ad83..dfb1d77f70a 100644 --- a/core/modules/tour/tests/tour_test/tour_test.module +++ b/core/modules/tour/tests/tour_test/tour_test.module @@ -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'