diff options
author | friendica <info@friendica.com> | 2012-07-05 16:06:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-05 16:06:43 -0700 |
commit | 8af78079cbabe530554950ac241b24bbdcaf2cb7 (patch) | |
tree | b745750faaefbdca15c90a7b740de717ac8c17ea /include/Scrape.php | |
parent | 9951071b5b3c5d1589f804275b31c42b0c4f7e5b (diff) | |
parent | fe984963ed5d5411cd7e7d169ad24bf4ab2e5419 (diff) | |
download | volse-hubzilla-8af78079cbabe530554950ac241b24bbdcaf2cb7.tar.gz volse-hubzilla-8af78079cbabe530554950ac241b24bbdcaf2cb7.tar.bz2 volse-hubzilla-8af78079cbabe530554950ac241b24bbdcaf2cb7.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'include/Scrape.php')
-rw-r--r-- | include/Scrape.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scrape.php b/include/Scrape.php index 4f53effe9..b784650cd 100644 --- a/include/Scrape.php +++ b/include/Scrape.php @@ -432,7 +432,7 @@ function probe_url($url, $mode = PROBE_NORMAL) { intval(local_user()) ); if(count($x) && count($r)) { - $mailbox = construct_mailbox_name($r[0]); + $mailbox = construct_mailbox_name($r[0]); $password = ''; openssl_private_decrypt(hex2bin($r[0]['pass']),$password,$x[0]['prvkey']); $mbox = email_connect($mailbox,$r[0]['user'],$password); |