aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-23 01:57:14 -0700
committerFriendika <info@friendika.com>2011-06-23 01:57:14 -0700
commit96857389ac6a9ab11f0543da5b0af3895dfccfaf (patch)
tree12771d50402245181c43df95e3f9c5cdedaa7c2f /mod/item.php
parentaa4636d03a03718c5c5e58c17af40ee0104be2b6 (diff)
downloadvolse-hubzilla-96857389ac6a9ab11f0543da5b0af3895dfccfaf.tar.gz
volse-hubzilla-96857389ac6a9ab11f0543da5b0af3895dfccfaf.tar.bz2
volse-hubzilla-96857389ac6a9ab11f0543da5b0af3895dfccfaf.zip
friendika-z initial implementation
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php1
1 files changed, 1 insertions, 0 deletions
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;