diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-15 21:38:16 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-15 21:38:16 -0700 |
commit | 45bd81fe8c2664b5a261d44fad12328b19ab0257 (patch) | |
tree | 4df6d4823fc00d3806ee0433d38e93857071d7c4 | |
parent | e26f771cbe5717f9db9c5dde897f1f6e79b3a932 (diff) | |
download | volse-hubzilla-45bd81fe8c2664b5a261d44fad12328b19ab0257.tar.gz volse-hubzilla-45bd81fe8c2664b5a261d44fad12328b19ab0257.tar.bz2 volse-hubzilla-45bd81fe8c2664b5a261d44fad12328b19ab0257.zip |
missed the xchan_mail_query
-rw-r--r-- | include/identity.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/identity.php b/include/identity.php index edf91f5bf..bcbb2bc75 100644 --- a/include/identity.php +++ b/include/identity.php @@ -636,10 +636,8 @@ function identity_basic_export($channel_id, $items = false) { if($r) { $m = array(); foreach($r as $rr) { - - - - + xchan_mail_query($rr); + $m[] = mail_encode($rr,true); } $ret['mail'] = $m; } |