Missing ->

This commit is contained in:
Isaac Connor
2019-12-07 10:38:51 -05:00
parent bda4e95c7a
commit cc6d40d67e

View File

@@ -80,7 +80,7 @@ class Server extends ZM_Object {
public function PathToZMS( $new = null ) {
if ( $new != null )
$this{'PathToZMS'} = $new;
$this->{'PathToZMS'} = $new;
if ( $this->Id() and $this->{'PathToZMS'} ) {
return $this->{'PathToZMS'};
} else {