aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-15 21:38:16 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-15 21:38:16 -0700
commit45bd81fe8c2664b5a261d44fad12328b19ab0257 (patch)
tree4df6d4823fc00d3806ee0433d38e93857071d7c4 /include
parente26f771cbe5717f9db9c5dde897f1f6e79b3a932 (diff)
downloadvolse-hubzilla-45bd81fe8c2664b5a261d44fad12328b19ab0257.tar.gz
volse-hubzilla-45bd81fe8c2664b5a261d44fad12328b19ab0257.tar.bz2
volse-hubzilla-45bd81fe8c2664b5a261d44fad12328b19ab0257.zip
missed the xchan_mail_query
Diffstat (limited to 'include')
-rw-r--r--include/identity.php6
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;
}