[Kolab-devel] Possible typo in roundcube rcmail.php
Thomas Z. <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <[email protected]> |
/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;
}
_______________________________________________
devel mailing list
[email protected]
https://lists.kolab.org/mailman/listinfo/devel