make mastodon happy args

This commit is contained in:
Mario Vavti
2017-04-26 22:16:23 +02:00
parent d1c84ad9f0
commit 1c304eb8ba
3 changed files with 3 additions and 3 deletions

View File

@@ -3140,4 +3140,4 @@ function ellipsify($s,$maxlen) {
return $s;
return mb_substr($s,0,$maxlen / 2) . '...' . mb_substr($s,mb_strlen($s) - ($maxlen / 2));
}
}