Skip to content

Commit d997fa1

Browse files
author
Richard Jones
committed
bah, missed another one. sigh
1 parent a99240f commit d997fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/cgi/templating.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,8 @@ def renderQueryForm(self):
735735
class HTMLUser(HTMLItem):
736736
''' Accesses through the *user* (a special case of item)
737737
'''
738-
def __init__(self, client, classname, nodeid):
739-
HTMLItem.__init__(self, client, 'user', nodeid)
738+
def __init__(self, client, classname, nodeid, anonymous=0):
739+
HTMLItem.__init__(self, client, 'user', nodeid, anonymous)
740740
self._default_classname = client.classname
741741

742742
# used for security checks

0 commit comments

Comments
 (0)