]> git.mxchange.org Git - friendica.git/blobdiff - include/Probe.php
added spaces + curly braces
[friendica.git] / include / Probe.php
index 14e8d5bcad8ab2593547a100bb12c3fa09a365bf..5c2ba86ccde08e0ec1a56926bc97f139859d9c99 100644 (file)
@@ -1084,7 +1084,7 @@ class Probe {
 
                $r = q("SELECT * FROM `mailacct` WHERE `uid` = %d AND `server` != '' LIMIT 1", intval($uid));
 
-               if(count($x) && count($r)) {
+               if (dbm::is_result($x) && dbm::is_result($r)) {
                        $mailbox = construct_mailbox_name($r[0]);
                        $password = '';
                        openssl_private_decrypt(hex2bin($r[0]['pass']), $password,$x[0]['prvkey']);