diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index 437a3779..a4934be3 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -394,6 +394,7 @@ function get_register_hint() { ]); } - return error(_("Registration is disabled."), true); + //FIXME: return error(_("Registration is disabled."), true); + return error("Registration is disabled.", true); } ?>