Show
Ignore:
Timestamp:
02/01/08 11:48:32 (10 months ago)
Author:
hsbt
Message:

platform/tdiary/filter/key.rb: rename key.rb to comment_key.rb

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • platform/tdiary/filter/comment_key.rb

    r5382 r5984  
    1515module TDiary 
    1616        module Filter 
    17                 class KeyFilter < Filter 
     17                class CommentKeyFilter < Filter 
    1818                        def comment_filter( diary, comment ) 
    1919                                return true unless @conf['comment_key.enable']