ZP-828 Copy-paste error. Released under the Affero GNU General Public License (AGPL) version 3.

parent 035ecc1b
......@@ -90,7 +90,7 @@ function getDefaultFullNameValue($username, $domain) {
if (defined('IMAP_DEFAULTFROM')) {
switch (IMAP_DEFAULTFROM) {
case 'ldap':
$v = getIdentityFromSql($username, $domain, IMAP_FROM_LDAP_FULLNAME, false);
$v = getIdentityFromLdap($username, $domain, IMAP_FROM_LDAP_FULLNAME, false);
break;
case 'sql':
$v = getIdentityFromSql($username, $domain, IMAP_FROM_SQL_FULLNAME, false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment