pull/2077/head
Isaac Connor 2018-03-23 13:34:46 -07:00
parent 4b72d4771e
commit 914de097db
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ Logger::Debug("sending command to $url");
if ( array_key_exists('Id', $this) and $this->{'Id'} ) {
$this->{'GroupIds'} = dbFetchAll( 'SELECT GroupId FROM Groups_Monitors WHERE MonitorId=?', 'GroupId', array($this->{'Id'}) );
} else {
$this0->{'GroupIds'} = array();
$this->{'GroupIds'} = array();
}
}
return $this->{'GroupIds'};