From 21bed11e668d0a526d35d0baab4606af64141b00 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 13 Nov 2005 02:32:18 +0000 Subject: - Add missing url()s around form actions (these would break without clean URLs) --- modules/watchdog/watchdog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/watchdog/watchdog.module') diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index b22839ba8..e350d8485 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -91,7 +91,7 @@ function watchdog_overview() { '#options' => $names, '#default_value' => $_SESSION['watchdog_overview_filter'] ); - $form['#action'] = 'admin/logs'; + $form['#action'] = url('admin/logs'); $form['submit'] = array('#type' => 'submit', '#value' =>t('Filter')); $output = drupal_get_form('watchdog_form_overview', $form); -- cgit v1.2.3