Skip to content
Snippets Groups Projects
Commit d6976834 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix passing wrong config to provider constructor

parent 8e852203
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ class ContentRepositoryConfig(Config):
)
self.media_storage_providers.append(
(provider_class, provider_config, wrapper_config,)
(provider_class, parsed_config, wrapper_config,)
)
self.uploads_path = self.ensure_directory(config["uploads_path"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment