mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Separate IP error message from keyword error message
This commit is contained in:
parent
278801ca01
commit
81a242fa88
5 changed files with 10 additions and 7 deletions
|
|
@ -130,7 +130,7 @@ class spamfilterAdminController extends spamfilter
|
|||
|
||||
if (mb_strlen($word, 'UTF-8') < 2 || mb_strlen($word, 'UTF-8') > 40)
|
||||
{
|
||||
return new Object(-1, 'msg_invalid');
|
||||
return new Object(-1, 'msg_invalid_word');
|
||||
}
|
||||
|
||||
$args = new stdClass;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue