aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-02 16:37:33 -0700
committerfriendica <info@friendica.com>2013-07-02 16:37:33 -0700
commitda05b9736ec0f2712d1a6828ff819aa12dd9e391 (patch)
treed4abb67a4e0280ea86a29310f0e1d1423ab369f3 /include/items.php
parentb86253c655f974920c4d3de0915611a7e66c7336 (diff)
downloadvolse-hubzilla-da05b9736ec0f2712d1a6828ff819aa12dd9e391.tar.gz
volse-hubzilla-da05b9736ec0f2712d1a6828ff819aa12dd9e391.tar.bz2
volse-hubzilla-da05b9736ec0f2712d1a6828ff819aa12dd9e391.zip
some work on issue #62 (comments collapsing on liveupdate), but still a work in progress
some work on photo consolidated "view/edit", but still a work in progress
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/items.php b/include/items.php
index c4ffcbca6..a3d591899 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1858,9 +1858,6 @@ function tag_deliver($uid,$item_id) {
// See if we are the owner of the parent item and have given permission to tag our posts.
// If so tag the parent post.
- // FIXME --- If the item is deleted, remove the tag from the parent.
- // (First ensure that deleted items use this function, or else do that part separately.)
-
logger('tag_deliver: community tag activity received');
if(($item['owner_xchan'] === $u[0]['channel_hash']) && (! get_pconfig($u[0]['channel_id'],'system','blocktags'))) {