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