CVSROOT:        /cvs/cluster
Module name:    conga
Changes by:     [EMAIL PROTECTED]       2008-02-06 21:15:07

Modified files:
        luci/site/luci/Extensions: LuciDB.py 

Log message:
        Fix capitalization of the permission class

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&r1=1.10&r2=1.11

--- conga/luci/site/luci/Extensions/LuciDB.py   2008/02/05 22:08:08     1.10
+++ conga/luci/site/luci/Extensions/LuciDB.py   2008/02/06 21:15:06     1.11
@@ -384,7 +384,7 @@
 
        try:
                newCluster.manage_acquiredPermissions([])
-               newCluster.manage_role('View', ['Access Contents Information', 
'View'])
+               newCluster.manage_role('View', ['Access contents information', 
'View'])
        except Exception, e:
                if LUCI_DEBUG_MODE is True:
                        luci_log.debug_verbose('MC3: %s: %r %s' % (clustername, 
e, str(e)))

Reply via email to