Skip to content

Commit

Permalink
Correction from get_bool to get_string for the new subject_id_regex
Browse files Browse the repository at this point in the history
  • Loading branch information
SL-Gundam committed Jul 19, 2011
1 parent 1d63bb8 commit 0118c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/manage_config_edit.php
Expand Up @@ -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' ),
);
Expand Down

0 comments on commit 0118c6b

Please sign in to comment.