Skip to content
Snippets Groups Projects
Commit 85735002 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#172436 by chx: watchdog was already renamed dblog, fix leftovers

parent 2d1476a0
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment