summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-10-20 21:57:50 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-10-20 21:57:50 +0000
commit7c31bcdeac94c254130845c3959753b68c36ea1e (patch)
tree334f1a2abbd9de134fba66bcb435b3b2e6c57a1b /modules/search
parent6dcfce0127bc7ea3f4bb843ddcaf44becd98d9fa (diff)
downloadbrdo-7c31bcdeac94c254130845c3959753b68c36ea1e.tar.gz
brdo-7c31bcdeac94c254130845c3959753b68c36ea1e.tar.bz2
#165140 by dww: rename logs to reports (usability improvement)
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.module b/modules/search/search.module
index dde2f1431..d9bf6cbaf 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -185,7 +185,7 @@ function search_menu() {
'type' => MENU_CALLBACK,
'file' => 'search.admin.inc',
);
- $items['admin/logs/search'] = array(
+ $items['admin/reports/search'] = array(
'title' => 'Top search phrases',
'description' => 'View most popular search phrases.',
'page callback' => 'dblog_top',