whoops, parser error fixed
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
16415520e7
commit
0bc15efef6
|
@ -560,7 +560,7 @@ function item_post(App $a) {
|
||||||
$toplevel_contact = '@[url='.$toplevel_parent[0]['author-link'].']'.$toplevel_parent[0]['author-name'].'[/url]';
|
$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;
|
$tags[] = $toplevel_contact;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user