Update bbcode.php

This commit is contained in:
Roman Kelesidis 2025-01-08 15:39:47 +07:00
parent df655408e6
commit d9ee9e1cce

View File

@ -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;
}