diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-15 21:39:33 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-15 21:39:33 -0700 |
commit | 550cab41fbc83677421fea9501c341ae84b54980 (patch) | |
tree | a45c43c59f9de53ce39ca13df4c6f5a20bc1001d | |
parent | 3f7ee613fcecb57f68d55905fef886c9ad8453d6 (diff) | |
download | volse-hubzilla-550cab41fbc83677421fea9501c341ae84b54980.tar.gz volse-hubzilla-550cab41fbc83677421fea9501c341ae84b54980.tar.bz2 volse-hubzilla-550cab41fbc83677421fea9501c341ae84b54980.zip |
missing xchan_mail_query
-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; |