mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
#55 스팸필터 차단 시 발송되었다는 메시지로 잘못 나오는 문제 수정.
This commit is contained in:
parent
d0a02752e6
commit
c2b3933831
3 changed files with 12 additions and 12 deletions
|
|
@ -120,11 +120,11 @@ class spamfilterModel extends spamfilter
|
|||
{
|
||||
if($isMessage)
|
||||
{
|
||||
$message = sprintf(Context::getLang('msg_alert_limited_by_config'), $interval);
|
||||
$message = sprintf(Context::getLang('msg_alert_limited_message_by_config'), $interval);
|
||||
}
|
||||
else
|
||||
{
|
||||
$message = sprintf(Context::getLang('msg_alert_limited_message_by_config'), $interval);
|
||||
$message = sprintf(Context::getLang('msg_alert_limited_by_config'), $interval);
|
||||
}
|
||||
|
||||
$oSpamFilterController = &getController('spamfilter');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue