typo
This commit is contained in:
parent
51d791d824
commit
f2ec84fb13
@ -52,7 +52,7 @@ class Hq extends \Zotlabs\Web\Controller {
|
|||||||
if(! $item_hash) {
|
if(! $item_hash) {
|
||||||
$r = q("SELECT mid FROM item
|
$r = q("SELECT mid FROM item
|
||||||
WHERE uid = %d $item_normal
|
WHERE uid = %d $item_normal
|
||||||
AND mid = parent_ mid AND item_unseen = 1
|
AND mid = parent_mid AND item_unseen = 1
|
||||||
ORDER BY created DESC LIMIT 1",
|
ORDER BY created DESC LIMIT 1",
|
||||||
intval(local_channel())
|
intval(local_channel())
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user