mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 08:43:40 +00:00
correct item reference
This commit is contained in:
parent
9de321f02a
commit
0130a431ab
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ function facebook_post_hook(&$a,&$b) {
|
|||
|
||||
// only accept comments from the item owner. Other contacts are unknown to FB.
|
||||
|
||||
if(! link_compare($item['author-link'], $a->get_baseurl() . '/profile/' . $u[0]['nickname']))
|
||||
if(! link_compare($b['author-link'], $a->get_baseurl() . '/profile/' . $u[0]['nickname']))
|
||||
return;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue