summaryrefslogtreecommitdiff
path: root/includes/view/User_view.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/view/User_view.php')
-rw-r--r--includes/view/User_view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/view/User_view.php b/includes/view/User_view.php
index e47603fb..dbc86724 100644
--- a/includes/view/User_view.php
+++ b/includes/view/User_view.php
@@ -365,7 +365,7 @@ function User_view_myshift($shift, $user_source, $its_me)
}
if (Shift_signout_allowed($shift, ['id' => $shift['TID']], $user_source)) {
$myshift['actions'][] = button(
- ShiftEntry_delete_link($shift),
+ shift_entry_delete_link($shift),
glyph('trash') . _('sign off'),
'btn-xs'
);