make args not required

This commit is contained in:
Isaac Connor 2017-05-05 17:17:39 -04:00
parent 6dcad09c65
commit fe532ac945
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class Event {
} # ! ZM_OPT_FAST_DELETE
} # end Event->delete
public function getStreamSrc( $args, $querySep='&' ) {
public function getStreamSrc( $args=array(), $querySep='&' ) {
if ( $this->{'DefaultVideo'} ) {
return ( ZM_BASE_PATH != '/' ? ZM_BASE_PATH : '' ).'/index.php?view=view_video&eid='.$this->{'Id'};
}