Skip to content

Commit

Permalink
[auth][db_manager] fix connection info expansio on importing layer in…
Browse files Browse the repository at this point in the history
… pki postgis
  • Loading branch information
luipir committed Jan 21, 2016
1 parent eeb5dae commit 0012761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/dlg_import_vector.py
Expand Up @@ -300,7 +300,7 @@ def accept(self):

# get output params, update output URI
self.outUri.setDataSource(schema, table, geom, "", pk)
uri = self.outUri.uri()
uri = self.outUri.uri(False)

providerName = self.db.dbplugin().providerName()

Expand Down

0 comments on commit 0012761

Please sign in to comment.