From 550cab41fbc83677421fea9501c341ae84b54980 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 15 Oct 2015 21:39:33 -0700 Subject: missing xchan_mail_query --- include/identity.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/identity.php') 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; -- cgit v1.2.3