aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
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 1bea5d790..115baddc1 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -566,6 +566,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;