From 902d7e75b27625363fb684bc41255241e7f6272a Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Mon, 10 Feb 2014 18:40:14 +0100 Subject: [PATCH] Config -> ConfigEngine --- portal/platformview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/platformview.py b/portal/platformview.py index 1b80349b..a39fce99 100644 --- a/portal/platformview.py +++ b/portal/platformview.py @@ -82,7 +82,7 @@ class PlatformView(FreeAccessView): query = query_resource_default_fields, query_all = query_resource_all, # this key is the one issued by google - googlemap_api_key = Config().googlemap_api_key(), + googlemap_api_key = ConfigEngine().googlemap_api_key(), # the key to use at init-time init_key = main_query_init_key, checkboxes = False, -- 2.43.0