diff options
Diffstat (limited to 'modules/search')
-rw-r--r-- | modules/search/search.module | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/search/search.module b/modules/search/search.module index 4597c08da..95c043db0 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -183,8 +183,10 @@ function search_menu() { $items['admin/logs/search'] = array( 'title' => 'Top search phrases', 'description' => 'View most popular search phrases.', - 'page callback' => 'watchdog_top', + 'page callback' => 'dblog_top', 'page arguments' => array('search'), + 'file' => 'dblog.admin.inc', + 'file path' => drupal_get_path('module', 'dblog'), ); foreach (module_implements('search') as $name) { |