Code

bah, missed another one. sigh
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 19 Feb 2003 03:59:44 +0000 (03:59 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 19 Feb 2003 03:59:44 +0000 (03:59 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1529 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi/templating.py

index 001c1da656ff591eeb61604d9d8709761f52ff8c..ffb5fc13375ee6e1393ee1890d9bbb457405a20b 100644 (file)
@@ -735,8 +735,8 @@ class HTMLItem(HTMLPermissions):
 class HTMLUser(HTMLItem):
     ''' Accesses through the *user* (a special case of item)
     '''
-    def __init__(self, client, classname, nodeid):
-        HTMLItem.__init__(self, client, 'user', nodeid)
+    def __init__(self, client, classname, nodeid, anonymous=0):
+        HTMLItem.__init__(self, client, 'user', nodeid, anonymous)
         self._default_classname = client.classname
 
         # used for security checks