add possing port to Monitor->UrlToIndex

This commit is contained in:
Isaac Connor 2019-12-13 11:50:11 -05:00
parent bedc61a347
commit d2a23e4822
1 changed files with 2 additions and 2 deletions

View File

@ -467,8 +467,8 @@ private $status_fields = array(
return $source;
} // end function Source
public function UrlToIndex() {
return $this->Server()->UrlToIndex();
public function UrlToIndex($port=null) {
return $this->Server()->UrlToIndex($port);
//ZM_MIN_STREAMING_PORT ? (ZM_MIN_STREAMING_PORT+$this->Id()) : null);
}