From 85735002c33a27518d23bc6a24917c33ea98b840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 2 Sep 2007 12:53:50 +0000 Subject: #172436 by chx: watchdog was already renamed dblog, fix leftovers --- modules/search/search.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') 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) { -- cgit v1.2.3