add possing port to Monitor->UrlToIndex
This commit is contained in:
parent
bedc61a347
commit
d2a23e4822
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue