Skip to content

Commit d894054

Browse files
committedSep 14, 2017
[bugfix] Geopackage restore connections in DB-manager
1 parent 1e85556 commit d894054

File tree

1 file changed

+1
-1
lines changed
  • python/plugins/db_manager/db_plugins/gpkg

1 file changed

+1
-1
lines changed
 

‎python/plugins/db_manager/db_plugins/gpkg/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def providerName(self):
6161

6262
@classmethod
6363
def connectionSettingsKey(self):
64-
return '/providers/geopackage/connections'
64+
return 'providers/ogr/GPKG/connections'
6565

6666
def databasesFactory(self, connection, uri):
6767
return GPKGDatabase(connection, uri)

0 commit comments

Comments
 (0)
Please sign in to comment.