From e3fadc15c094902e432197e62a5d7b84363efd1d Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Wed, 2 Sep 2015 15:58:48 +0200 Subject: fix check for hasBegun condition --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- cgit v1.2.3