<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<div> </div>
<p>/usr/share/roundcubemail/program/include/rcmail.php <br />about line 240 <br /> <br />        if (!$contacts) { <br />            // there's no default, just return <br />            if ($default) { <br />                return null; <br />            } <br /> <br /> <br />should be (assuming the comment is correct and the error message I get logged is false) <br /> <br />        if (!$contacts) { <br />            // there's no default, just return <br />            if (!$default) { <------ <br />                return null; <br />            } </p>
</body></html>