From 59cd65cb506712fc3580ca3e503b445ec84ddad5 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 19 Nov 2017 11:58:19 +0100 Subject: fix problem with validation of planned arrival date --- includes/pages/guest_login.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes') diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index 9d4777ed..78018375 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -157,6 +157,9 @@ function guest_register() $valid = false; error(_('Please enter your planned date of arrival. It should be after the buildup start date and before teardown end date.')); } + } else { + $valid = false; + error(_('Please enter your planned date of arrival. It should be after the buildup start date and before teardown end date.')); } $selected_angel_types = []; -- cgit v1.2.3-54-g00ecf