Skip to content

Commit

Permalink
#364 - Sync with changes in 0.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Mar 7, 2021
1 parent f9052ad commit af03e00
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion contrib/extensions/k2/model/articles.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public function getQuery($columns = true)
'_image_caption' => 'tbl.image_caption',
]);
}
else $query->columns('COUNT(*)');

//Joins
$query
Expand Down
1 change: 0 additions & 1 deletion contrib/extensions/k2/model/attachments.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public function getQuery($columns = true)
'impressions' => 'tbl.hits',
]);
}
else $query->columns('COUNT(*)');

if(!is_null($state->id))
{
Expand Down
1 change: 0 additions & 1 deletion contrib/extensions/k2/model/categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function getQuery($columns = true)
'parameters' => 'tbl.params',
]);
}
else $query->columns('COUNT(*)');

if(!is_null($state->id))
{
Expand Down
1 change: 0 additions & 1 deletion contrib/extensions/k2/model/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public function getQuery($columns = true)
'_value' => 'tbl.value',
]);
}
else $query->columns('COUNT(*)');

if(!is_null($state->id))
{
Expand Down

0 comments on commit af03e00

Please sign in to comment.