diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/streams-json-v1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/streams-json-v1.php b/view/streams-json-v1.php index 0f73be9..90c1cb0 100644 --- a/view/streams-json-v1.php +++ b/view/streams-json-v1.php @@ -4,7 +4,7 @@ header('Content-Type: application/json'); if($conference->isClosed()) { - echo '{}'; + echo '[]'; return; } |