Skip to content

Commit

Permalink
Update CategoryModel.php
Browse files Browse the repository at this point in the history
Fixing = alignment
  • Loading branch information
artur-stepien committed Sep 7, 2023
1 parent c1cdb5c commit 244fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_contact/src/Model/CategoryModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ protected function getListQuery()
->whereIn($db->quoteName('a.access'), $groups);

// Filter by category.
$categoryId = $this->getState('category.id');
$categoryId = $this->getState('category.id');
$includeSubcategories = (int)$this->getState('filter.max_category_levels', 1) !== 0;

if ($includeSubcategories) {
Expand Down

0 comments on commit 244fa21

Please sign in to comment.