From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 20 Oct 2006 22:09:39 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20061020220939.11501.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe at sourceware.org 2006-10-20 22:09:39 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: fix for fix for bz# 211104.. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.1&r2=1.120.2.2 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/10/19 14:57:17 1.120.2.1 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/10/20 22:09:38 1.120.2.2 @@ -1225,7 +1225,7 @@ def getTabs(self, req): ###XXX Make this method return only tabs current user can use portaltabs = list() - if userAuthenticated(self): + if not userAuthenticated(self): return portaltabs selectedtab = "homebase" try: