missed the xchan_mail_query

This commit is contained in:
redmatrix 2015-10-15 21:38:16 -07:00
parent e26f771cbe
commit 45bd81fe8c

View File

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