Replacing numberic values with constants for the BBCode conversion

This commit is contained in:
Michael 2020-05-16 16:48:08 +00:00
parent 59cfb05c3a
commit b406d737b5
5 changed files with 12 additions and 12 deletions

View file

@ -526,7 +526,7 @@ function pumpio_send(App $a, array &$b)
if ($oauth_token && $oauth_token_secret) {
$title = trim($b['title']);
$content = BBCode::convert($b['body'], false, 4);
$content = BBCode::convert($b['body'], false, BBCode::CONNECTORS);
$params = [];