Changeset 1597


Ignore:
Timestamp:
2010년 02월 03일 11시 56분 56초 (2 years ago)
Author:
yupmin
Message:

커멘드 입력시 ip등록 안됨/수정

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/metabbs/plugins/IPBlock.php

    r1371 r1597  
    4141                } 
    4242                add_filter('AfterPostSave', array(&$this, 'record_ip'), 42); 
    43                 add_filter('AfterPostComment', array(&$this, 'record_ip'), 42); 
     43                add_filter('AfterCommentCreate', array(&$this, 'record_ip'), 42); 
    4444                add_filter('PostList', array(&$this, 'append_ip'), 5000); 
    4545                add_filter('PostView', array(&$this, 'append_ip'), 5000); 
Note: See TracChangeset for help on using the changeset viewer.