typo in sql

This commit is contained in:
redmatrix 2015-08-31 21:01:47 -07:00
parent d7cae1ce2a
commit 69dc1b03c3

View File

@ -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)
);