diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/CustomvarQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/CustomvarQuery.php index fec118a0b..d4e516dc2 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/CustomvarQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/CustomvarQuery.php @@ -22,7 +22,7 @@ class CustomvarQuery extends IdoQuery protected function joinBaseTables() { $this->baseQuery = $this->db->select()->from( - array('cvs' => $this->prefix . 'customvariables'), + array('cvs' => $this->prefix . 'customvariablestatus'), array() )->join( array('cvo' => $this->prefix . 'objects'),