diff options
author | msquare <msquare@notrademark.de> | 2017-12-26 20:41:35 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-12-27 11:35:26 +0100 |
commit | abf4b1da30e7fabebfa5e36cfc5c1fe691320a1e (patch) | |
tree | 5532fee9e0a73cab59a1346330c6da071300db4a /includes/view/User_view.php | |
parent | 07f1cae93dcd9f049522f30eeb1aa5f52cdc24eb (diff) |
check if logged in before sign up
Diffstat (limited to 'includes/view/User_view.php')
-rw-r--r-- | includes/view/User_view.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 <a href="%s">shifts table</a> to sign yourself up for some shifts.'), page_link_to('user_shifts') ), true) - : '' + : '', + ical_hint() ] ); } |