[#1302] local fix works
[email protected] (kcleong)
| Newsgroups | gmane.comp.web.zope.zwiki |
|---|---|
| Message-ID | <20080220033742-0800__12498.1185923845$1203507551$gmane$org@zwiki.org> |
Creator info is still not available in version 0.59. Yokohama's fix works:
def Creator(self):
if self.creators and len(self.creators) > 0:
return self.creators[0]
else:
return None
--
forwarded from http://zwiki.org/1302ZWiki057LosesCreatorInfoInPlone#[email protected]