Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
ScoreEngine: More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdroste committed Apr 23, 2017
1 parent 79a8a8b commit 32c292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Plugin/ScoreEngine/View/Scoreboard/overview.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function drawScoreboard() {
],
<?php foreach ( $overview AS $o ): ?>
[
'<?= $team_mappings[$o['Team']['id']]; ?>',
'<?= isset($team_mappings[$o['Team']['id']]) ? $team_mappings[$o['Team']['id']] : 'TID: '.$o['Team']['id']; ?>',
<?= $o['Check']['total_passed']; ?>,
<?= isset($grade_team_mappings[$o['Team']['id']]) ? $grade_team_mappings[$o['Team']['id']] : 0; ?>
],
Expand Down

0 comments on commit 32c292a

Please sign in to comment.