summaryrefslogtreecommitdiff
path: root/includes/view
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-12-26 20:41:35 +0100
committermsquare <msquare@notrademark.de>2017-12-27 11:35:26 +0100
commitabf4b1da30e7fabebfa5e36cfc5c1fe691320a1e (patch)
tree5532fee9e0a73cab59a1346330c6da071300db4a /includes/view
parent07f1cae93dcd9f049522f30eeb1aa5f52cdc24eb (diff)
check if logged in before sign up
Diffstat (limited to 'includes/view')
-rw-r--r--includes/view/User_view.php3
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()
]
);
}