aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-31 21:01:47 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-31 21:01:47 -0700
commit69dc1b03c3ce8ee7199f337e50402d98679cb6bf (patch)
tree3a10658d1941e3a3daf9bceb2f5d179aee7ad3ea /include/identity.php
parentd7cae1ce2abfda2049bcb9510ae1916865bb55a3 (diff)
downloadvolse-hubzilla-69dc1b03c3ce8ee7199f337e50402d98679cb6bf.tar.gz
volse-hubzilla-69dc1b03c3ce8ee7199f337e50402d98679cb6bf.tar.bz2
volse-hubzilla-69dc1b03c3ce8ee7199f337e50402d98679cb6bf.zip
typo in sql
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php
index c892a4b55..2535e1e1d 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -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)
);