From fe532ac945234f45b8110566b42fc5ef75189871 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 5 May 2017 17:17:39 -0400 Subject: [PATCH] make args not required --- web/includes/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/Event.php b/web/includes/Event.php index b32a94e94..96d511f81 100644 --- a/web/includes/Event.php +++ b/web/includes/Event.php @@ -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'}; }