diff --git a/web/includes/Event.php b/web/includes/Event.php index 19d28e0ec..02ebf50c0 100644 --- a/web/includes/Event.php +++ b/web/includes/Event.php @@ -253,7 +253,7 @@ class Event extends ZM_Object { } } - $streamSrc .= '?'.http_build_query($args,'', $querySep); + $streamSrc .= '?'.http_build_query($args, '', $querySep); return $streamSrc; } // end function getStreamSrc