Skip to content

Commit

Permalink
[bugfix] Geopackage restore connections in DB-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 14, 2017
1 parent 1e85556 commit d894054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/gpkg/plugin.py
Expand Up @@ -61,7 +61,7 @@ def providerName(self):

@classmethod
def connectionSettingsKey(self):
return '/providers/geopackage/connections'
return 'providers/ogr/GPKG/connections'

def databasesFactory(self, connection, uri):
return GPKGDatabase(connection, uri)
Expand Down

0 comments on commit d894054

Please sign in to comment.