]> git.mxchange.org Git - friendica.git/commitdiff
whoops, parser error fixed
authorRoland Haeder <roland@mxchange.org>
Thu, 30 Mar 2017 19:51:31 +0000 (21:51 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 30 Mar 2017 19:51:42 +0000 (21:51 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
mod/item.php

index 1f80719981681b3dc9c6309225e688464377d830..c4508aca6a42cfebfed23f1b69d73427bd418413 100644 (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;
                }
        }