Skip to content

Commit

Permalink
Fix setting the default group plugin on the right level
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 6, 2018
1 parent db769e7 commit fe305a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/lib/plugins.py
Expand Up @@ -220,7 +220,8 @@ def register_group_plugins():
_group_plugins[group_type] = plugin
_group_controllers[group_type] = group_controller

set_default_group_plugin()
# Setup the fallback behaviour if one hasn't been defined.
set_default_group_plugin()


def register_group_blueprints(app):
Expand Down

0 comments on commit fe305a1

Please sign in to comment.