aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2018-05-12 11:26:14 +0200
committerMaZderMind2018-05-12 11:26:14 +0200
commit59f7c88ac3c8454eb0812dcb044e2854d9241001 (patch)
tree8688ac2112062252ed77961ed9289065c929041d /template
parent2cf00ac475500f007bce90cf81d8d582208650c9 (diff)
parent622b1f030c5c931704b7e997918dad2dcfd48551 (diff)
Merge branch 'feature/talkinfo-in-json'
Diffstat (limited to 'template')
-rw-r--r--template/overview.phtml2
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/>