From 546e49f560998affe52ae0a8d9e24543ade6ee9f Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 30 Jan 2015 21:12:20 -0800 Subject: [PATCH] Add the subject field to forced anonymous by default --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 812d0558..956395c9 100644 --- a/inc/config.php +++ b/inc/config.php @@ -549,7 +549,7 @@ // When true, there will be no subject field. $config['field_disable_subject'] = false; // When true, there will be no subject field for replies. - $config['field_disable_reply_subject'] = false; + $config['field_disable_reply_subject'] = &$config['field_disable_name']; // When true, a blank password will be used for files (not usable for deletion). $config['field_disable_password'] = false;