Standards

This commit is contained in:
Michael 2019-01-28 22:06:28 +00:00
parent d259007f11
commit e38eebe529
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ class Post extends BaseObject
return '';
}
$text = '@'.$item['author-addr'].' ';
$text = '@' . $item['author-addr'] . ' ';
$terms = Term::tagArrayFromItemId($this->getId(), TERM_MENTION);