From d4ad70804be9d310787b98fcdce51b3697967d22 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Thu, 20 Jul 2017 02:10:53 +0200 Subject: Removed overwhelmed page --- includes/pages/guest_login.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes/pages/guest_login.php') diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index 858ced80..106db33a 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -488,6 +488,5 @@ function get_register_hint() ]); } - //@TODO: FIXME: return error(_('Registration is disabled.'), true); - return error('Registration is disabled.', true); + return error(_('Registration is disabled.'), true); } -- cgit v1.2.3-54-g00ecf