whoops, parser error fixed

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-30 21:51:31 +02:00
parent 16415520e7
commit 0bc15efef6
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ function item_post(App $a) {
$toplevel_contact = '@[url='.$toplevel_parent[0]['author-link'].']'.$toplevel_parent[0]['author-name'].'[/url]';
}
if (!in_array($toplevel_contact, $tags)) [
if (!in_array($toplevel_contact, $tags)) {
$tags[] = $toplevel_contact;
}
}