Skip to content

Commit

Permalink
Fix search kit name
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Apr 25, 2021
1 parent 589aff8 commit 3e9a86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entities/SavedSearch.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// Install search display if searchkit is installed.
if (!civicrm_api3('Extension', 'getcount', [
'full_name' => 'org.civicrm.search',
'full_name' => 'org.civicrm.search_kit',
'status' => 'installed',
])) {
return [];
Expand Down

0 comments on commit 3e9a86c

Please sign in to comment.