adda blank line

pull/2103/head
Isaac Connor 2018-05-07 14:08:32 -07:00
parent a4911d8f39
commit da7c953e3d
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class Storage {
}
return $this->{'DiskSpace'};
} // end function event_disk_space
public function Server() {
if ( ! array_key_exists('Server',$this) ) {
$this->{'Server'}= new Server( $this->{'ServerId'} );