Skip to content

Commit

Permalink
커멘드 입력시 ip등록 안됨/수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yupmin committed Feb 3, 2010
1 parent 480c484 commit ae7f41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metabbs/plugins/IPBlock.php
Expand Up @@ -40,7 +40,7 @@ function on_init() {
fclose($fp);
}
add_filter('AfterPostSave', array(&$this, 'record_ip'), 42);
add_filter('AfterPostComment', array(&$this, 'record_ip'), 42);
add_filter('AfterCommentCreate', array(&$this, 'record_ip'), 42);
add_filter('PostList', array(&$this, 'append_ip'), 5000);
add_filter('PostView', array(&$this, 'append_ip'), 5000);
add_filter('PostViewComment', array(&$this, 'append_ip'), 5000);
Expand Down

0 comments on commit ae7f41a

Please sign in to comment.