aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tagger.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-26 16:29:06 -0800
committerfriendica <info@friendica.com>2012-02-26 16:29:06 -0800
commita1861d1128aacc1ab98b33a1d035bfc27c9979f5 (patch)
treedba8837a8c4bc20a00eeb731dc1312c9d9f4781a /mod/tagger.php
parent89560edde2fe3fb198b558479e9c2300fc4185fd (diff)
downloadvolse-hubzilla-a1861d1128aacc1ab98b33a1d035bfc27c9979f5.tar.gz
volse-hubzilla-a1861d1128aacc1ab98b33a1d035bfc27c9979f5.tar.bz2
volse-hubzilla-a1861d1128aacc1ab98b33a1d035bfc27c9979f5.zip
tagging missing from wallwall and a couple of themes, star missing from dispy
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'];