30 Apr
2003
30 Apr
'03
12:13 p.m.
THerp@apriori.de wrote:
I can't understand this, since the line where the error is reported, reads
for p in self.orderedSubPages(self, viewmode='admin', invisibles=1):
that 'self' shouldn't be there ;-) What you'are doing is the same as: self.orderedSubPages(viewmode=self, viewmode='admin', invisibles=1) cheers, Chris