[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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.