From 398688550b68045782d4dedd63733b99e38f4549 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 10 Jan 2020 20:15:52 -0500 Subject: [PATCH] fixtypo --- web/includes/Monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/Monitor.php b/web/includes/Monitor.php index 9f6f75ffa..3505e83db 100644 --- a/web/includes/Monitor.php +++ b/web/includes/Monitor.php @@ -130,7 +130,7 @@ class Monitor extends ZM_Object { public function Server() { if ( !property_exists($this, 'Server') ) { if ( $this->ServerId() ) - $_this->{'Server'} = Server::find_one(array('Id'=>$this->{'ServerId'})); + $this->{'Server'} = Server::find_one(array('Id'=>$this->{'ServerId'})); if ( !property_exists($this, 'Server') ) { $this->{'Server'} = new Server(); }