fix missing /

pull/1624/head
Isaac Connor 2016-08-30 14:51:56 -04:00
parent 27c1f95607
commit ffaf046485
1 changed files with 1 additions and 1 deletions

View File

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