adda blank line
parent
a4911d8f39
commit
da7c953e3d
|
@ -172,6 +172,7 @@ class Storage {
|
||||||
}
|
}
|
||||||
return $this->{'DiskSpace'};
|
return $this->{'DiskSpace'};
|
||||||
} // end function event_disk_space
|
} // end function event_disk_space
|
||||||
|
|
||||||
public function Server() {
|
public function Server() {
|
||||||
if ( ! array_key_exists('Server',$this) ) {
|
if ( ! array_key_exists('Server',$this) ) {
|
||||||
$this->{'Server'}= new Server( $this->{'ServerId'} );
|
$this->{'Server'}= new Server( $this->{'ServerId'} );
|
||||||
|
|
Loading…
Reference in New Issue