summaryrefslogtreecommitdiff
path: root/modules/watchdog.module
diff options
context:
space:
mode:
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 b6037f5f6..f97464a16 100644
--- a/modules/watchdog.module
+++ b/modules/watchdog.module
@@ -105,7 +105,7 @@ function watchdog_overview($type) {
if (!empty($pager)) {
$rows[] = array(array("data" => $pager, "colspan" => "5"));
}
- return table($header, $rows);
+ return theme("table", $header, $rows);
}
function watchdog_view($id) {