diff options
Diffstat (limited to 'modules/watchdog/watchdog.module')
-rw-r--r-- | modules/watchdog/watchdog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index c81b6e352..05e738371 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -152,7 +152,7 @@ function watchdog_overview() { } function theme_watchdog_form_overview($form) { - return '<div class="container-inline">'. form_render($form) .'</div>'; + return '<div class="container-inline">'. drupal_render($form) .'</div>'; } function watchdog_form_overview_submit($form_id, $form) { |