@@ -254,7 +254,7 @@ |
||
| 254 | 254 | $tmp = $dataTable->read(); |
| 255 | 255 | foreach($tmp as $role) |
| 256 | 256 | { |
| 257 | - $roles[$role['short_name']] = $role; |
|
| 257 | + $roles[$role['short_name']] = $role; |
|
| 258 | 258 | } |
| 259 | 259 | } |
| 260 | 260 | $entry['isAdmin'] = $this->isAdminForShift($entry, $this->user); |