Skip to content

Commit c333388

Browse files
author
Richard Jones
committed
duh
1 parent 20a20ac commit c333388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/cgi/actions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#$Id: actions.py,v 1.53 2006-01-20 02:12:53 richard Exp $
1+
#$Id: actions.py,v 1.54 2006-01-23 03:42:27 richard Exp $
22

33
import re, cgi, StringIO, urllib, Cookie, time, random, csv
44

@@ -127,7 +127,7 @@ def handle(self):
127127
def hasPermission(self, permission, classname=Action._marker, itemid=None):
128128
if itemid is None:
129129
itemid = self.nodeid
130-
return self.hasPermission(permission, classname, itemid)
130+
return Action.hasPermission(self, permission, classname, itemid)
131131

132132
class SearchAction(Action):
133133
name = 'search'

0 commit comments

Comments
 (0)