summaryrefslogtreecommitdiff
path: root/modules/watchdog
diff options
context:
space:
mode:
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 601363e0e..fec7bd867 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -96,7 +96,7 @@ function watchdog_admin() {
watchdog_help();
break;
case "view":
- print watchdog_view(check_input(arg(3)));
+ print watchdog_view(arg(3));
break;
default:
print watchdog_overview(arg(2));