aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php1
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)
);