fix broken public dashboard shift links

This commit is contained in:
msquare 2017-12-23 22:49:56 +01:00
parent 8d8c48598f
commit 5f34e15712
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ function public_dashboard_controller_free_shift($shift)
$room = Room($shift['RID']);
$free_shift = [
'SID' => $shift['SID'],
'style' => 'default',
'start' => date('H:i', $shift['start']),
'end' => date('H:i', $shift['end']),