Skip to content

Commit

Permalink
undoing: fixed Select Branch dropdown in Smart Search Content Maps
Browse files Browse the repository at this point in the history
  • Loading branch information
pe7er committed Nov 4, 2015
1 parent fa198ab commit 26670dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions administrator/components/com_finder/models/maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ protected function getListQuery()
if (!empty($branch_id))
{
$query->where('a.parent_id = ' . (int) $branch_id);
}else{
$query->where('a.parent_id = 1');
}

// Filter the maps over the search string if set.
Expand Down

0 comments on commit 26670dd

Please sign in to comment.