mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
스팸필터 애드온에서 엮인글 등록시 ip 금지를 제대로 하지 못하던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2677 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3a6cc1c303
commit
7cc9aafb2b
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// act==procReceiveTrackback (트랙백)일때 check_trackback==true이면 검사
|
// act==procReceiveTrackback (트랙백)일때 check_trackback==true이면 검사
|
||||||
if($this->act=='procReceiveTrackback' && $check_trackback){
|
if($this->act=='trackback' && $check_trackback){
|
||||||
$oTrackbackModel = &getModel('trackback');
|
$oTrackbackModel = &getModel('trackback');
|
||||||
$document_srl = Context::get('document_srl');
|
$document_srl = Context::get('document_srl');
|
||||||
$count = $oTrackbackModel->getTrackbackCountByIPAddress($document_srl, $ipaddress);
|
$count = $oTrackbackModel->getTrackbackCountByIPAddress($document_srl, $ipaddress);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue