diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/identity.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/identity.php b/include/identity.php index cc2a37cc7..d822dc69c 100644 --- a/include/identity.php +++ b/include/identity.php @@ -565,6 +565,7 @@ function identity_basic_export($channel_id, $items = false) { if(! $items) return $ret; + $r = q("select * from likes where channel_id = %d", intval($channel_id) ); |