From 3b2272f825f6bb072dd3553e566c667228015da6 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 21 Mar 2014 10:32:27 +0000 Subject: [PATCH] Customvars are in customvariablestatus, "bugfix" in 1.10 has been reverted --- .../library/Monitoring/Backend/Ido/Query/CustomvarQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),