From 5e82be9e88a704f36cb39eca4d277bc65c6ff0a6 Mon Sep 17 00:00:00 2001
From: Travis Carden <TravisCarden@236758.no-reply.drupal.org>
Date: Mon, 23 Apr 2012 09:42:30 -0500
Subject: [PATCH] Issue #1543316: Added missing "title" element to hook_menu() implementation.

---
 custom_search_path.module |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/custom_search_path.module b/custom_search_path.module
index 819022e..0613295 100644
--- a/custom_search_path.module
+++ b/custom_search_path.module
@@ -10,6 +10,7 @@
 
 function custom_search_path_menu_alter (&$menu) {
   $menu['search/content'] = array(
+    'title' => 'Search',
     'page callback' => 'custom_page',
     'access arguments' => array('search content'),
     'type' => MENU_CALLBACK,
-- 
1.7.4.1

