diff options
Diffstat (limited to '')
-rw-r--r-- | view/relive.php | 2 |
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'); |