aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-19 23:37:46 -0800
committerfriendica <info@friendica.com>2014-01-19 23:37:46 -0800
commitd5bf53c54cbe212eac5adeacac57adee5b478279 (patch)
treea8d34197ab483066f53c2d0e11032e09ddd392b4 /mod/item.php
parent0250223438d38a508b991a581ef08de904ac6368 (diff)
downloadvolse-hubzilla-d5bf53c54cbe212eac5adeacac57adee5b478279.tar.gz
volse-hubzilla-d5bf53c54cbe212eac5adeacac57adee5b478279.tar.bz2
volse-hubzilla-d5bf53c54cbe212eac5adeacac57adee5b478279.zip
bring photo tagging back which hasn't worked since forking from Friendica - this is untested and displaying photo tags will now be broken as we're now storing tags with the item attached to the photo and not in the photo. But the point is we've eliminated the OStatus/SWAP0 forced spam crap and can start fresh.
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/item.php b/mod/item.php
index 23fce2fd7..6d421009b 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -518,10 +518,10 @@ function item_post(&$a) {
'url' => $success['url']
);
}
- if(is_array($success['contact']) && intval($success['contact']['prv'])) {
- $private_forum = true;
- $private_id = $success['contact']['id'];
- }
+// if(is_array($success['contact']) && intval($success['contact']['prv'])) {
+// $private_forum = true;
+// $private_id = $success['contact']['id'];
+// }
}
}