diff options
author | friendica <info@friendica.com> | 2012-02-28 14:52:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-28 14:52:23 -0800 |
commit | 4dd4a2258235cfafc0d5a4f87d116755ebe52ead (patch) | |
tree | f99c8008663f88d29e75fb6c04f95e6b0a336250 /include/items.php | |
parent | 53412dacd4cb52f0c1162af7ba66aa01f71147b3 (diff) | |
download | volse-hubzilla-4dd4a2258235cfafc0d5a4f87d116755ebe52ead.tar.gz volse-hubzilla-4dd4a2258235cfafc0d5a4f87d116755ebe52ead.tar.bz2 volse-hubzilla-4dd4a2258235cfafc0d5a4f87d116755ebe52ead.zip |
From Tobias H - catch some irregularities caused by cut/paste code
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 7d52571c2..250d023ce 100755 --- a/include/items.php +++ b/include/items.php @@ -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; |