aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3cfe1d5..bcdaf57 100644
--- a/index.php
+++ b/index.php
@@ -65,7 +65,7 @@ try {
require('view/streams-json-v1.php');
}
- else if($conference->hasBegun())
+ else if(!$conference->hasBegun())
{
require('view/not_started.php');
}