aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-01 22:26:21 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-01 22:26:21 -0700
commit184c544a24144baecf986f3b5627c55e520d0b4a (patch)
tree88e3cb5382be428934fd64ae6225e84f537596bb /include/identity.php
parentf72a3113f5a42808e41b8eef19cc7ea6c6b199b8 (diff)
downloadvolse-hubzilla-184c544a24144baecf986f3b5627c55e520d0b4a.tar.gz
volse-hubzilla-184c544a24144baecf986f3b5627c55e520d0b4a.tar.bz2
volse-hubzilla-184c544a24144baecf986f3b5627c55e520d0b4a.zip
export apps
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/identity.php b/include/identity.php
index d9a0d1818..e236b5a90 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -570,6 +570,13 @@ function identity_basic_export($channel_id, $items = false) {
if($r)
$ret['obj'] = $r;
+
+ $r = q("select * from app where app_channel = %d",
+ intval($channel_id)
+ );
+ if($r)
+ $ret['app'] = $r;
+
if(! $items)
return $ret;