diff options
author | friendica <info@friendica.com> | 2014-10-02 02:43:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-02 02:43:07 -0700 |
commit | 16b94f1dc0ae8ae812e6e584f76bfb7643f9aa20 (patch) | |
tree | afd673f8854b3aad116d1891f7788862c419bd39 /mod | |
parent | baa0b0f3939c262a1d9722a2e103c35954a5e8b5 (diff) | |
download | volse-hubzilla-16b94f1dc0ae8ae812e6e584f76bfb7643f9aa20.tar.gz volse-hubzilla-16b94f1dc0ae8ae812e6e584f76bfb7643f9aa20.tar.bz2 volse-hubzilla-16b94f1dc0ae8ae812e6e584f76bfb7643f9aa20.zip |
issues with diaspora comment signatures on relayed comments that are relayed through a redmatrix site (parent post is redmatrix) and involve a private post.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/thing.php | 2 |
1 files changed, 0 insertions, 2 deletions
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), |