diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-11 02:52:43 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-11 02:52:43 -0800 |
commit | 9fb7a12849cd0e91e16c68041a525b9a552242d0 (patch) | |
tree | b60debf597497066305531f4860268851bab01ed /mod/subthread.php | |
parent | f73c82632f213ac7971b54220b4a0c87d354ca1e (diff) | |
download | volse-hubzilla-9fb7a12849cd0e91e16c68041a525b9a552242d0.tar.gz volse-hubzilla-9fb7a12849cd0e91e16c68041a525b9a552242d0.tar.bz2 volse-hubzilla-9fb7a12849cd0e91e16c68041a525b9a552242d0.zip |
incorrect obj_type on several items
Diffstat (limited to 'mod/subthread.php')
-rwxr-xr-x | mod/subthread.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/subthread.php b/mod/subthread.php index 74d742b6a..ce087806e 100755 --- a/mod/subthread.php +++ b/mod/subthread.php @@ -147,7 +147,6 @@ function subthread_content(&$a) { $arr['deny_cid'] = $item['deny_cid']; $arr['deny_gid'] = $item['deny_gid']; - $post = item_store($arr); $post_id = $post['item_id']; |