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! " .