From 0bc15efef627d4e4fe1bc5c2b7ee9e697c3127ee Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 30 Mar 2017 21:51:31 +0200 Subject: [PATCH] whoops, parser error fixed Signed-off-by: Roland Haeder --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }