From 16b94f1dc0ae8ae812e6e584f76bfb7643f9aa20 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 2 Oct 2014 02:43:07 -0700 Subject: issues with diaspora comment signatures on relayed comments that are relayed through a redmatrix site (parent post is redmatrix) and involve a private post. --- mod/thing.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/thing.php') diff --git a/mod/thing.php b/mod/thing.php index 73722c5fa..c12976f22 100644 --- a/mod/thing.php +++ b/mod/thing.php @@ -67,8 +67,6 @@ function thing_init(&$a) { - - if($term_hash) { $t = q("select * from obj left join term on obj_obj = term_hash where term_hash != '' and obj_type = %d and term_hash = '%s' limit 1", intval(TERM_OBJ_THING), -- cgit v1.2.3