typo in sql
This commit is contained in:
parent
d7cae1ce2a
commit
69dc1b03c3
@ -565,7 +565,7 @@ function identity_basic_export($channel_id, $items = false) {
|
||||
if(! $items)
|
||||
return $ret;
|
||||
|
||||
$r = q("select * likes where channel_id = %d",
|
||||
$r = q("select * from likes where channel_id = %d",
|
||||
intval($channel_id)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user