diff options
author | msquare <msquare@notrademark.de> | 2016-11-11 15:24:51 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-11-11 15:24:51 +0100 |
commit | f5a5f234e41a23f56c1515eebc0824ce8cd115d1 (patch) | |
tree | ecb7f74ca64f4d50deebec9daf1cd7c71fbb4422 /public/index.php | |
parent | 82b9436c508fd9739555240991abda1b2fd63bd4 (diff) |
fixes #266: add checkbox allowing the users email to be used by humans like event-team
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/index.php b/public/index.php index e1af1000..7bf9b169 100644 --- a/public/index.php +++ b/public/index.php @@ -161,9 +161,6 @@ if (isset($_REQUEST['p']) && preg_match("/^[a-z0-9_]*$/i", $_REQUEST['p']) && (i } $event_config = EventConfig(); -if ($event_config === false) { - engelsystem_error("Unable to load event config."); -} echo template_render('../templates/layout.html', [ 'theme' => isset($user) ? $user['color'] : $default_theme, |