Changeset 61
- Timestamp:
- 07/12/05 18:16:36 (3 years ago)
- Files:
-
- addcommentmacro/trunk/AddComment.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
addcommentmacro/trunk/AddComment.py
r59 r61 69 69 newtext.write(line + "\n") 70 70 if submitted: 71 # XXX Is this the dod igest hack ever? This is needed in71 # XXX Is this the dodgiest hack ever? This is needed in 72 72 # "appendonly" mode when the page is readonly. XXX 73 if appendonly:74 perm.expand_meta_permission('WIKI_ADMIN');73 # if appendonly: 74 # perm.expand_meta_permission('WIKI_ADMIN'); 75 75 # TODO: How do we get remote_addr from a macro? 76 76 page.text = newtext.getvalue()
