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…
Reference in New Issue