Completed
Push — master ( 3cba80...c479cb )
by Nikola
12s
created
components/terms/CategoryTerm.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.