This commit is contained in:
Isaac Connor 2019-09-17 12:07:24 -04:00
parent ff8e9fa072
commit ad84736cb4
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class Event extends ZM_Object {
} }
} }
$streamSrc .= '?'.http_build_query($args,'', $querySep); $streamSrc .= '?'.http_build_query($args, '', $querySep);
return $streamSrc; return $streamSrc;
} // end function getStreamSrc } // end function getStreamSrc