summaryrefslogtreecommitdiff
path: root/modules/watchdog.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-17 22:27:23 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-17 22:27:23 +0000
commitd5c802645479f872fbce9f9cd9cbed78d4f57b50 (patch)
treef5f7a655c6b0b629b5590c9a3fe79dd335d1d8e6 /modules/watchdog.module
parent928c113b82833cd1f1dfbe42f813ed3547b9ede7 (diff)
downloadbrdo-d5c802645479f872fbce9f9cd9cbed78d4f57b50.tar.gz
brdo-d5c802645479f872fbce9f9cd9cbed78d4f57b50.tar.bz2
- Updated the calls to menu() to use MENU_HIDE instead of 1
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r--modules/watchdog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module
index 479b52cd2..2a6786d4d 100644
--- a/modules/watchdog.module
+++ b/modules/watchdog.module
@@ -56,7 +56,7 @@ function watchdog_link($type) {
menu("admin/watchdog/warning", t("warning"), "watchdog_admin");
menu("admin/watchdog/error", t("error"), "watchdog_admin");
menu("admin/watchdog/httpd", t("httpd"), "watchdog_admin");
- menu("admin/watchdog/view", t("view details"), "watchdog_admin", 0, 1); // hidden menu
+ menu("admin/watchdog/view", t("view details"), "watchdog_admin", 0, MENU_HIDE);
}
}
}