summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-11-11 15:24:51 +0100
committermsquare <msquare@notrademark.de>2016-11-11 15:24:51 +0100
commitf5a5f234e41a23f56c1515eebc0824ce8cd115d1 (patch)
treeecb7f74ca64f4d50deebec9daf1cd7c71fbb4422 /public
parent82b9436c508fd9739555240991abda1b2fd63bd4 (diff)
fixes #266: add checkbox allowing the users email to be used by humans like event-team
Diffstat (limited to 'public')
-rw-r--r--public/index.php3
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,