mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
스팸필터 설정시 처리 간격을 0으로 할 경우 동작하지 않도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4167 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
adc4ca1bfe
commit
9ed3dd3121
2 changed files with 3 additions and 2 deletions
|
|
@ -90,7 +90,8 @@
|
|||
function checkLimited() {
|
||||
$config = $this->getConfig();
|
||||
$limit_count = $config->limit_count?$config->limit_count:5;
|
||||
$interval = $config->interval?$config->interval:60;
|
||||
$interval = $config->interval;
|
||||
if(!$interval) return new Object();
|
||||
|
||||
$count = $this->getLogCount($interval);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue