[Kolab-devel] Possible typo in roundcube rcmail.php
Thomas Z.
thom_zieg at live.de
Tue Aug 12 20:39:42 CEST 2014
/usr/share/roundcubemail/program/include/rcmail.php
about line 240
if (!$contacts) {
// there's no default, just return
if ($default) {
return null;
}
should be (assuming the comment is correct and the error message I get
logged is false)
if (!$contacts) {
// there's no default, just return
if (!$default) { <------
return null;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/devel/attachments/20140812/36c3c902/attachment.html>
More information about the devel
mailing list