aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--view/relive-player.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/relive-player.php b/view/relive-player.php
index 743ca02..30de002 100644
--- a/view/relive-player.php
+++ b/view/relive-player.php
@@ -1,6 +1,6 @@
<?php
-$relive = new Relive();
+$relive = $conference->getRelive();
if(!$relive->isEnabled())
throw new NotFoundException('Internal Relive is disabled');