Customvars are in customvariablestatus, "bugfix" in 1.10 has been reverted

This commit is contained in:
Thomas Gelf 2014-03-21 10:32:27 +00:00
parent fea7e8993b
commit 3b2272f825
1 changed files with 1 additions and 1 deletions

View File

@ -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'),