aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-28 14:52:23 -0800
committerfriendica <info@friendica.com>2012-02-28 14:52:23 -0800
commit4dd4a2258235cfafc0d5a4f87d116755ebe52ead (patch)
treef99c8008663f88d29e75fb6c04f95e6b0a336250 /include/items.php
parent53412dacd4cb52f0c1162af7ba66aa01f71147b3 (diff)
downloadvolse-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-xinclude/items.php2
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;