This commit is contained in:
redmatrix 2015-09-01 22:27:00 -07:00
commit 23213a91ed

View File

@ -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;