Config -> ConfigEngine
authorLoic Baron <loic.baron@lip6.fr>
Mon, 10 Feb 2014 17:40:14 +0000 (18:40 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Mon, 10 Feb 2014 17:40:14 +0000 (18:40 +0100)
portal/platformview.py

index 1b80349..a39fce9 100644 (file)
@@ -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,