Max chars

This commit is contained in:
Simon Vieille 2017-12-05 16:42:33 +01:00
parent e98c632fb0
commit 2ecef69a8c
No known key found for this signature in database
GPG Key ID: 919533E2B946EA10
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if (!in_array($status, ['Playing'])) {
die;
}
function cleanUp($d, $max = 30)
function cleanUp($d, $max = 20)
{
$string = trim(str_replace(['"', "'"], ' ', $d));