fix check for hasBegun condition

This commit is contained in:
Florian Larysch 2015-09-02 15:58:48 +02:00
parent 7a5c8ff018
commit e3fadc15c0

View file

@ -65,7 +65,7 @@ try {
require('view/streams-json-v1.php');
}
else if($conference->hasBegun())
else if(!$conference->hasBegun())
{
require('view/not_started.php');
}