return empty for the non multi-server case

pull/1222/head
Isaac Connor 2016-01-04 13:46:05 -05:00
parent f72260733c
commit f5db14d823
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Server {
if ( $this->Id() ) {
return ZM_BASE_PROTOCOL . '://'. $this->Hostname();
} else {
return ZM_BASE_PATH;
return '';
}
}
public function Hostname() {