From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 26 Jul 2006 19:50:43 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions homebase_adapt ... Message-ID: <20060726195043.11407.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 Changes by: rmccabe at sourceware.org 2006-07-26 19:50:41 Modified files: luci/site/luci/Extensions: homebase_adapters.py Log message: fix for permissions bug Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&r1=1.17&r2=1.18 --- conga/luci/site/luci/Extensions/homebase_adapters.py 2006/07/25 17:45:51 1.17 +++ conga/luci/site/luci/Extensions/homebase_adapters.py 2006/07/26 19:50:40 1.18 @@ -628,6 +628,8 @@ index = 0 cur = None + pagetype = str(pagetype) + try: if havePermAddUser(self): addUser = {}