Skip to content

Commit

Permalink
Issue backdrop-contrib#8: Return prefixes in hook_config_info() (back…
Browse files Browse the repository at this point in the history
  • Loading branch information
jenlampton committed Mar 13, 2023
1 parent 168696f commit 4eba252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions facetapi.module
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,7 @@ function facetapi_config_info() {
'label' => t('Module name settings'),
'group' => t('Configuration'),
);
return $prefixes;
}

/**
Expand Down

0 comments on commit 4eba252

Please sign in to comment.