From Tobias H - catch some irregularities caused by cut/paste code
This commit is contained in:
parent
53412dacd4
commit
4dd4a22582
4 changed files with 7 additions and 7 deletions
|
@ -2424,7 +2424,7 @@ function local_delivery($importer,$data) {
|
|||
// This is my contact on another system, but it's really me.
|
||||
// Turn this into a wall post.
|
||||
|
||||
if($contact['remote_self'])
|
||||
if($importer['remote_self'])
|
||||
$datarray['wall'] = 1;
|
||||
|
||||
$datarray['parent-uri'] = $item_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue