repair streams-api on without conference

This commit is contained in:
MaZderMind 2017-01-01 14:44:39 +01:00
parent 6a30bd15ba
commit 6e09caee5b
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
header('Content-Type: application/json');
$struct = [];
foreach (Conferences::getActiveConferences() as $conference)
{
$overview = $conference->getOverview();

View file

@ -2,6 +2,7 @@
header('Content-Type: application/json');
$struct = [];
foreach (Conferences::getActiveConferences() as $conference)
{
$overview = $conference->getOverview();