diff options
author | MaZderMind | 2018-05-12 11:26:14 +0200 |
---|---|---|
committer | MaZderMind | 2018-05-12 11:26:14 +0200 |
commit | 59f7c88ac3c8454eb0812dcb044e2854d9241001 (patch) | |
tree | 8688ac2112062252ed77961ed9289065c929041d /template | |
parent | 2cf00ac475500f007bce90cf81d8d582208650c9 (diff) | |
parent | 622b1f030c5c931704b7e997918dad2dcfd48551 (diff) |
Merge branch 'feature/talkinfo-in-json'
Diffstat (limited to '')
-rw-r--r-- | template/overview.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/overview.phtml b/template/overview.phtml index 513f8e5..71414ec 100644 --- a/template/overview.phtml +++ b/template/overview.phtml @@ -65,7 +65,7 @@ <? endif ?> <? if($room->hasSchedule()): ?> - <? $upcoming = @$upcomingTalksPerRoom[ $room->getScheduleName() ] ?: [] ?> + <? $upcoming = @$upcomingTalksPerRoom[ $room->getSlug() ] ?: [] ?> <div class="program-schedule"> <div class="talk current-talk" title="<?=h(@$upcoming['current']['title'] ?: 'none') ?>"> <strong>Now (since <?=date('G:i', @$upcoming['current']['start']) ?>):</strong><br/> |