From abf4b1da30e7fabebfa5e36cfc5c1fe691320a1e Mon Sep 17 00:00:00 2001 From: msquare Date: Tue, 26 Dec 2017 20:41:35 +0100 Subject: check if logged in before sign up --- includes/view/User_view.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/view') diff --git a/includes/view/User_view.php b/includes/view/User_view.php index c9530307..a80eb096 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -518,7 +518,8 @@ function User_view($user_source, $admin_user_privilege, $freeloader, $user_angel _('Go to the shifts table to sign yourself up for some shifts.'), page_link_to('user_shifts') ), true) - : '' + : '', + ical_hint() ] ); } -- cgit v1.2.3-54-g00ecf