Fix small syntax bug

pull/24/head
Jan-Frederik Rieckers 8 years ago
parent 3c360f646f
commit 2e92eb5cd1
No known key found for this signature in database
GPG Key ID: 664B03955EA04DEF

@ -27,7 +27,7 @@
require_once('common.php');
if (Config::bool('sendmail_all_admins'])) {
if (Config::bool('sendmail_all_admins')) {
authentication_require_role('admin');
} else {
authentication_require_role('global-admin');

Loading…
Cancel
Save