@@ -72,7 +72,7 @@ |
||
72 | 72 | $shift = new \VolunteerShift(false, $shift); |
73 | 73 | $participant = $shift->participantObj; |
74 | 74 | if($participant !== false) |
75 | - { |
|
75 | + { |
|
76 | 76 | $html .= '<tr><td>'.$this->getRoleNameFromID($shift->roleID).'</td><td>'.$participant->getDisplayName('paperName').'</td><td>'.$participant->campName.'</td></tr>'; |
77 | 77 | } |
78 | 78 | else |