]> git.mxchange.org Git - friendica.git/blobdiff - include/Scrape.php
errant div in events_reminder.tpl
[friendica.git] / include / Scrape.php
index 4f53effe92b3653ea99a2688a2484736721af7bd..b784650cd168722cb462d4031e1a9fb888b9e7a8 100644 (file)
@@ -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);