aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-15 21:39:33 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-15 21:39:33 -0700
commit550cab41fbc83677421fea9501c341ae84b54980 (patch)
treea45c43c59f9de53ce39ca13df4c6f5a20bc1001d /include
parent3f7ee613fcecb57f68d55905fef886c9ad8453d6 (diff)
downloadvolse-hubzilla-550cab41fbc83677421fea9501c341ae84b54980.tar.gz
volse-hubzilla-550cab41fbc83677421fea9501c341ae84b54980.tar.bz2
volse-hubzilla-550cab41fbc83677421fea9501c341ae84b54980.zip
missing xchan_mail_query
Diffstat (limited to 'include')
-rw-r--r--include/identity.php1
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;