mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
fix check for hasBegun condition
This commit is contained in:
parent
7a5c8ff018
commit
e3fadc15c0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ try {
|
|||
require('view/streams-json-v1.php');
|
||||
}
|
||||
|
||||
else if($conference->hasBegun())
|
||||
else if(!$conference->hasBegun())
|
||||
{
|
||||
require('view/not_started.php');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue