mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Customvars are in customvariablestatus, "bugfix" in 1.10 has been reverted
This commit is contained in:
parent
fea7e8993b
commit
3b2272f825
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user