From: Roland Haeder Date: Thu, 30 Mar 2017 19:51:31 +0000 (+0200) Subject: whoops, parser error fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0bc15efef627d4e4fe1bc5c2b7ee9e697c3127ee;p=friendica.git whoops, parser error fixed Signed-off-by: Roland Haeder --- diff --git a/mod/item.php b/mod/item.php index 1f80719981..c4508aca6a 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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; } }