mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update bbcode.php
This commit is contained in:
parent
df655408e6
commit
d9ee9e1cce
@ -873,7 +873,7 @@ class words_rate
|
||||
$this->del_text_hl = $text;
|
||||
|
||||
// длинное сообщение
|
||||
if (strlen($text) > 600)
|
||||
if (mb_strlen($text, 'UTF-8') > 600)
|
||||
{
|
||||
return $this->words_rate;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user