From 69a0e1064640431c0884c5ac5bd9062b47c2e8ea Mon Sep 17 00:00:00 2001 From: fpeters <> Date: Wed, 28 Apr 2004 15:41:49 +0000 Subject: [PATCH] fixed variable name --- shared/common/ElectionsCommon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/common/ElectionsCommon.py b/shared/common/ElectionsCommon.py index 323696ce..4984f92d 100644 --- a/shared/common/ElectionsCommon.py +++ b/shared/common/ElectionsCommon.py @@ -153,7 +153,7 @@ class AbstractElectionCommon(ObjectCommon): def getTextFormat(self, slot): from glasnost.proxy.tools import getProxyForServerRole proxy = getProxyForServerRole('elections') - return proxy.getAdmin().bodyFormat + return proxy.getAdmin().subjectFormat title = None