From 0118c6ba158099c65220ee592d086c4b6a90ffa8 Mon Sep 17 00:00:00 2001 From: SL-Gundam Date: Tue, 19 Jul 2011 17:21:09 +0200 Subject: [PATCH] Correction from get_bool to get_string for the new subject_id_regex --- pages/manage_config_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/manage_config_edit.php b/pages/manage_config_edit.php index 98a9ce7..064ce73 100644 --- a/pages/manage_config_edit.php +++ b/pages/manage_config_edit.php @@ -29,7 +29,7 @@ 'mail_save_from' => gpc_get_bool( 'mail_save_from' ), 'mail_save_subject_in_note' => gpc_get_bool( 'mail_save_subject_in_note' ), 'mail_secured_script' => gpc_get_bool( 'mail_secured_script' ), - 'mail_subject_id_regex' => gpc_get_bool( 'mail_subject_id_regex' ), + 'mail_subject_id_regex' => gpc_get_string( 'mail_subject_id_regex' ), 'mail_use_bug_priority' => gpc_get_bool( 'mail_use_bug_priority' ), 'mail_use_reporter' => gpc_get_bool( 'mail_use_reporter' ), );