Added missing parenthesis

This commit is contained in:
Oliver Behnke 2019-03-13 10:57:19 +01:00
parent a0a5959704
commit 33f17eb356
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ if ($user) {
// by setting "account_creation_rpc_require_consent" to 1 in
// config.xml
//
if (parse_bool($config, "account_creation_rpc_require_consent") {
if (parse_bool($config, "account_creation_rpc_require_consent")) {
// Consistency checks
if (!check_termsofuse()) {
error_log("Project configuration error! " .