mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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()
|
protected function joinBaseTables()
|
||||||
{
|
{
|
||||||
$this->baseQuery = $this->db->select()->from(
|
$this->baseQuery = $this->db->select()->from(
|
||||||
array('cvs' => $this->prefix . 'customvariables'),
|
array('cvs' => $this->prefix . 'customvariablestatus'),
|
||||||
array()
|
array()
|
||||||
)->join(
|
)->join(
|
||||||
array('cvo' => $this->prefix . 'objects'),
|
array('cvo' => $this->prefix . 'objects'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user