From 174363c9a7d380b9599fdb029997fa2c925322e0 Mon Sep 17 00:00:00 2001 From: Murtuza Zabuawala Date: Fri, 13 May 2016 13:43:35 +0530 Subject: [PATCH] Fixed typo for acl in tablespace node --- .../browser/server_groups/servers/tablespaces/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/browser/server_groups/servers/tablespaces/__init__.py b/web/pgadmin/browser/server_groups/servers/tablespaces/__init__.py index a7664efb4..73bca5209 100644 --- a/web/pgadmin/browser/server_groups/servers/tablespaces/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/tablespaces/__init__.py @@ -123,7 +123,7 @@ class TablespaceView(PGChildNodeView): "Using the template path: %s", self.template_path ) # Allowed ACL on tablespace - self.acls = ['C'] + self.acl = ['C'] return f(*args, **kwargs) return wrap