@@ -21,7 +21,7 @@ |
||
21 | 21 | |
22 | 22 | if ($object_id) { |
23 | 23 | $query->innerJoin($this->table, $this->table . '.term_id = taxonomy_terms.id') |
24 | - ->onCondition("$this->table.object_id = $object_id"); |
|
24 | + ->onCondition("$this->table.object_id = $object_id"); |
|
25 | 25 | } |
26 | 26 | |
27 | 27 | return ArrayHelper::getColumn($query->all(), 'term'); |