From: Michael Date: Mon, 28 Jan 2019 22:06:28 +0000 (+0000) Subject: Standards X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e38eebe52957b167276feed9fed9f575776c947d;p=friendica.git Standards --- diff --git a/src/Object/Post.php b/src/Object/Post.php index 39c9e7670e..3ac5c77ee9 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -781,7 +781,7 @@ class Post extends BaseObject return ''; } - $text = '@'.$item['author-addr'].' '; + $text = '@' . $item['author-addr'] . ' '; $terms = Term::tagArrayFromItemId($this->getId(), TERM_MENTION);