aboutsummaryrefslogtreecommitdiffstats
path: root/include/message.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-23 04:34:35 -0700
committerfriendica <info@friendica.com>2014-09-23 04:34:35 -0700
commitad86cc24c843ee577df508ba4d03c34788bec991 (patch)
treec2439f57c2fa8601e18bd58232b50ac0a29b978a /include/message.php
parent509a85cb12636dc01b59935febf9419cfb02fd48 (diff)
downloadvolse-hubzilla-ad86cc24c843ee577df508ba4d03c34788bec991.tar.gz
volse-hubzilla-ad86cc24c843ee577df508ba4d03c34788bec991.tar.bz2
volse-hubzilla-ad86cc24c843ee577df508ba4d03c34788bec991.zip
d* PM cont.
Diffstat (limited to 'include/message.php')
-rw-r--r--include/message.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/message.php b/include/message.php
index 6aba899f7..88cfb7ba2 100644
--- a/include/message.php
+++ b/include/message.php
@@ -284,9 +284,7 @@ function private_messages_list($uid, $mailbox = '', $start = 0, $numitems = 0) {
$r[$k]['to'] = find_xchan_in_array($rr['to_xchan'],$c);
$r[$k]['seen'] = (($rr['mail_flags'] & MAIL_SEEN) ? 1 : 0);
if($r[$k]['mail_flags'] & MAIL_OBSCURED) {
- logger('unencrypting');
$key = get_config('system','prvkey');
-
if($r[$k]['title'])
$r[$k]['title'] = crypto_unencapsulate(json_decode_plus($r[$k]['title']),$key);
if($r[$k]['body'])