From 96857389ac6a9ab11f0543da5b0af3895dfccfaf Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 23 Jun 2011 01:57:14 -0700 Subject: friendika-z initial implementation --- mod/item.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 84fe237b3..9d7b954a8 100644 --- a/mod/item.php +++ b/mod/item.php @@ -445,6 +445,7 @@ function item_post(&$a) { $datarray['parent'] = $parent; $datarray['self'] = $self; + $datarray['prvnets'] = $user['prvnets']; if($orig_post) $datarray['edit'] = true; -- cgit v1.2.3