summaryrefslogtreecommitdiff
path: root/modules/watchdog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-01-14 20:33:42 +0000
committerDries Buytaert <dries@buytaert.net>2003-01-14 20:33:42 +0000
commitd268783669922eab6d6b8a2fb4fffc1400af61dc (patch)
tree3927e6c63b10a6cd103e52e8ee22c2f671cc9b41 /modules/watchdog
parent20e8f9eba973a469095c7da2abe52b01a140f922 (diff)
downloadbrdo-d268783669922eab6d6b8a2fb4fffc1400af61dc.tar.gz
brdo-d268783669922eab6d6b8a2fb4fffc1400af61dc.tar.bz2
- Small improvement to the admin menu based on feedback from Michael.
Diffstat (limited to 'modules/watchdog')
-rw-r--r--modules/watchdog/watchdog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 8f5e044d8..64c3772f5 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -22,7 +22,7 @@ function watchdog_link($type) {
$help = "The watchdog module monitors your website, captures system events in a log and records them to be reviewed by an authorized individual at a later time. The watchdog log is simply a list of events recorded during operation and contains usage data, performance data, errors, warnings and operational information. It is vital to check the watchdog report on a regular basis as it is often the only way to tell what is going on.";
menu_add("site monitoring", url("admin/watchdog"), "Monitor your site.", NULL, NULL, 2);
- menu_add("watchdog", url("admin/watchdog/list/all"), "Display system events.", $help, "site monitoring", 1, 1);
+ menu_add("watchdog", url("admin/watchdog/list/all"), "Display system events.", $help, "site monitoring", 1);
menu_add("user messages", url("admin/watchdog/list/user"), "Display system events", $help, "watchdog");
menu_add("regular messages", url("admin/watchdog/list/regular"), "Display system events", $help, "watchdog");
menu_add("special messages", url("admin/watchdog/list/special"), "Display system events", $help, "watchdog");