1
0
Fork 0

From Tobias H - catch some irregularities caused by cut/paste code

This commit is contained in:
friendica 2012-02-28 14:52:23 -08:00
commit 4dd4a22582
4 changed files with 7 additions and 7 deletions

View file

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