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