neutralize 일부 롤백

과거의 나는 다 계획이 있었구나.
This commit is contained in:
2020-05-05 03:57:00 +09:00
parent 42b59f0471
commit 5703db8c2b
7 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ if(!$v->validate()){
}
$mailbox = (int)$post['mailbox'];
$text = StringUtil::neutralize(StringUtil::cutStringForWidth($post['text'], 199, ''));
$text = trim(StringUtil::cutStringForWidth($post['text'], 199, ''));
$session = Session::requireGameLogin([
'msgID'=>null