From e157371c39121db472cbc45b59ac89d847788648 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 28 Jan 2015 20:58:59 -0800 Subject: remote_user => remote_channel --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index a5a42d23b..c34e694ac 100755 --- a/include/items.php +++ b/include/items.php @@ -3949,7 +3949,7 @@ function retain_item($id) { function drop_items($items) { $uid = 0; - if(! local_channel() && ! remote_user()) + if(! local_channel() && ! remote_channel()) return; if(count($items)) { -- cgit v1.2.3