Changeset 11901
- Timestamp:
- 06/12/11 13:30:39 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CommentPlugin/lib/Foswiki/Plugins/CommentPlugin.pm
r11896 r11901 29 29 30 30 Foswiki::Func::registerTagHandler( 'COMMENT', \&_COMMENT ); 31 Foswiki::Func::registerRESTHandler( 'comment', \&_restSave ); 31 Foswiki::Func::registerRESTHandler( 32 'comment', \&_restSave, 33 34 # validate => 1, # TODO: needs javascript work 35 http_allow => 'POST' 36 ); 32 37 33 38 if ( (DEBUG)
Note: See TracChangeset
for help on using the changeset viewer.
