diff options
-rw-r--r-- | include/identity.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/identity.php b/include/identity.php index 672ed6763..0c4a9df45 100644 --- a/include/identity.php +++ b/include/identity.php @@ -649,6 +649,7 @@ 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; |