aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-24 20:24:16 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-24 20:24:16 -0400
commit4a6a7330223eebee1a6a12d844cef04ef7e5e5f3 (patch)
tree5766f98bb383b812b060fcfd50e1f568627f6dd0 /bootstrap
parent724bc3534e07731ea2a7c18f9c6998f6b2f8b320 (diff)
downloadedwinmattiacci.com-4a6a7330223eebee1a6a12d844cef04ef7e5e5f3.tar.gz
edwinmattiacci.com-4a6a7330223eebee1a6a12d844cef04ef7e5e5f3.tar.bz2
edwinmattiacci.com-4a6a7330223eebee1a6a12d844cef04ef7e5e5f3.zip
bootstrap/comments/backend/classes/settings: Disable email field
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/comments/backend/classes/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/comments/backend/classes/settings.php b/bootstrap/comments/backend/classes/settings.php
index bda25e1..3264b1f 100644
--- a/bootstrap/comments/backend/classes/settings.php
+++ b/bootstrap/comments/backend/classes/settings.php
@@ -61,7 +61,7 @@ class Settings extends Secrets
public $fieldOptions = array (
'name' => true,
'password' => false,
- 'email' => true,
+ 'email' => false,
'website' => false
);