diff --git a/ckanext/odsh/plugin.py b/ckanext/odsh/plugin.py index b907f9fe76ae3fd5978cfe7226e3722f5393eb3e..47f2a9a60a395b39fc207d0b7ce607f460784d3e 100644 --- a/ckanext/odsh/plugin.py +++ b/ckanext/odsh/plugin.py @@ -359,7 +359,7 @@ class OdshPlugin(p.SingletonPlugin, DefaultTranslation, tk.DefaultDatasetForm): 'odsh_load_mdk_sample_dataset': helpers_odsh.odsh_load_mdk_sample_dataset, 'odsh_load_raw_mdk_sample_dataset': helpers_odsh.odsh_load_raw_mdk_sample_dataset, 'format_resource_format': helpers_odsh.format_resource_format, - 'odsh_matomo_enabled': helpers_odsh.odsh_show_testbanner, + 'odsh_matomo_enabled': helpers_odsh.odsh_matomo_enabled, 'odsh_matomo_base_uri': helpers_odsh.odsh_matomo_base_uri, 'odsh_matomo_site_id': helpers_odsh.odsh_matomo_site_id, }