aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}