From ae7f41ab3af902fb4add12a9a1da821702354102 Mon Sep 17 00:00:00 2001 From: yupmin Date: Wed, 3 Feb 2010 02:56:56 +0000 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=A9=98=EB=93=9C=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=EC=8B=9C=20ip=EB=93=B1=EB=A1=9D=20=EC=95=88=EB=90=A8/?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metabbs/plugins/IPBlock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metabbs/plugins/IPBlock.php b/metabbs/plugins/IPBlock.php index 5d1153d..b7bd623 100644 --- a/metabbs/plugins/IPBlock.php +++ b/metabbs/plugins/IPBlock.php @@ -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);