fix subthread on sys channel items

This commit is contained in:
Mario 2019-03-23 22:48:52 +01:00
parent 393494a728
commit 3094c2ce17

View File

@ -33,7 +33,7 @@ class Subthread extends \Zotlabs\Web\Controller {
if(! $i) { if(! $i) {
$i = q("select * from item where id = %d and uid = %d", $i = q("select * from item where id = %d and uid = %d",
intval($postid), intval($item_id),
intval($sys['channel_id']) intval($sys['channel_id'])
); );