From 11b1d2fcb98211d8207f7171ec0f1c3d3bb26a19 Mon Sep 17 00:00:00 2001 From: 8chan Date: Mon, 16 Feb 2015 16:20:14 -0800 Subject: [PATCH] Add email selectbox to forced anonymous --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 1d937561..72d4e723 100644 --- a/inc/config.php +++ b/inc/config.php @@ -554,7 +554,7 @@ $config['field_disable_password'] = false; // When true, users are instead presented a selectbox for email. Contains, blank, noko and sage. - $config['field_email_selectbox'] = false; + $config['field_email_selectbox'] = &$config['field_disable_name']; // When true, the sage won't be displayed $config['hide_sage'] = false;