File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
roundup/templates/classic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: dbinit.py,v 1.26 2002-09-09 23:55:19 richard Exp $
18+ # $Id: dbinit.py,v 1.27 2002-09-11 01:18:24 richard Exp $
1919
2020import os
2121
@@ -128,8 +128,8 @@ def open(name=None):
128128 # - Allow anonymous users access to the "issue" class of data
129129 # Note: this also grants access to related information like files,
130130 # messages, statuses etc that are linked to issues
131- # p = db.security.getPermission('View', 'issue')
132- # db.security.addPermissionToRole('Anonymous', p)
131+ p = db .security .getPermission ('View' , 'issue' )
132+ db .security .addPermissionToRole ('Anonymous' , p )
133133 # - Allow anonymous users access to edit the "issue" class of data
134134 # Note: this also grants access to create related information like
135135 # files and messages etc that are linked to issues
You can’t perform that action at this time.
0 commit comments