diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-08 11:10:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-08 11:10:10 +0200 |
commit | 62e466f7746b5d7d007c61782f194ac8d0262e24 (patch) | |
tree | 8408ef8667a75f43d0c89055b0455b26fbc5ae0a /Zotlabs/Module/Subthread.php | |
parent | 70777a047d3e952b15b418406a46b7983af60cec (diff) | |
parent | 47fd95db9d2edc21f113e5843d87af9d9b62b243 (diff) | |
download | volse-hubzilla-62e466f7746b5d7d007c61782f194ac8d0262e24.tar.gz volse-hubzilla-62e466f7746b5d7d007c61782f194ac8d0262e24.tar.bz2 volse-hubzilla-62e466f7746b5d7d007c61782f194ac8d0262e24.zip |
Merge branch 'dev'
Diffstat (limited to 'Zotlabs/Module/Subthread.php')
-rw-r--r-- | Zotlabs/Module/Subthread.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Subthread.php b/Zotlabs/Module/Subthread.php index 54343fdfa..30e57197d 100644 --- a/Zotlabs/Module/Subthread.php +++ b/Zotlabs/Module/Subthread.php @@ -33,7 +33,7 @@ class Subthread extends \Zotlabs\Web\Controller { if(! $i) { $i = q("select * from item where id = %d and uid = %d", - intval($postid), + intval($item_id), intval($sys['channel_id']) ); |