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; } }