From 33f17eb356568c54ae1af0c210537a03ed3352dd Mon Sep 17 00:00:00 2001 From: Oliver Behnke Date: Wed, 13 Mar 2019 10:57:19 +0100 Subject: [PATCH] Added missing parenthesis --- html/user/create_account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/create_account.php b/html/user/create_account.php index a02b3711b9..6c854741e2 100644 --- a/html/user/create_account.php +++ b/html/user/create_account.php @@ -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! " .