aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tagger.php
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-02-27 16:31:58 +0100
committerMichael <icarus@dabo.de>2012-02-27 16:31:58 +0100
commitcce69f05097f559593c06e8595e1da5b904e5323 (patch)
tree5b4f1d296723fdbbef6da28e67fc4c65c79e538e /mod/tagger.php
parent18679111f5aed8f1c5e7ccb9857195e52c57765d (diff)
parenta33031634efef94c0985cd2517f10ccd36b40b5f (diff)
downloadvolse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.tar.gz
volse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.tar.bz2
volse-hubzilla-cce69f05097f559593c06e8595e1da5b904e5323.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod/tagger.php')
-rwxr-xr-xmod/tagger.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/tagger.php b/mod/tagger.php
index 76ec3366c..3ff5d57aa 100755
--- a/mod/tagger.php
+++ b/mod/tagger.php
@@ -134,6 +134,7 @@ EOT;
$arr['target'] = $target;
$arr['object-type'] = $objtype;
$arr['object'] = $obj;
+ $arr['private'] = $item['private'];
$arr['allow_cid'] = $item['allow_cid'];
$arr['allow_gid'] = $item['allow_gid'];
$arr['deny_cid'] = $item['deny_cid'];