summaryrefslogtreecommitdiff
path: root/includes/pages/user_shifts.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-10-04 16:16:00 +0200
committermsquare <msquare@notrademark.de>2016-10-04 16:16:00 +0200
commit455e41720068740c523bfc4b15cf30e3811e4281 (patch)
tree6885da74178d0e995b9bff2610ffe45d1956acdc /includes/pages/user_shifts.php
parent51d270db282be5cac9af2993a5c5b2c567d95506 (diff)
fix variable naming problems
Diffstat (limited to 'includes/pages/user_shifts.php')
-rw-r--r--includes/pages/user_shifts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php
index 9fd306c9..ad211181 100644
--- a/includes/pages/user_shifts.php
+++ b/includes/pages/user_shifts.php
@@ -9,7 +9,7 @@ function shifts_title() {
* Start different controllers for deleting shifts and shift_entries, edit shifts and add shift entries.
*/
function user_shifts() {
- global $user, $privileges;
+ global $user;
if (User_is_freeloader($user)) {
redirect(page_link_to('user_myshifts'));