fix subthread on sys channel items
This commit is contained in:
parent
393494a728
commit
3094c2ce17
@ -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'])
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user