This commit is contained in:
M66B 2021-06-20 15:40:58 +02:00
parent 45372f117e
commit 48b3f1d7a1
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public class EmailProvider {
provider.name = xml.getAttributeValue(null, "name");
provider.description = xml.getAttributeValue(null, "description");
if (provider.description == null)
provider.description = name;
provider.description = provider.name;
provider.enabled = xml.getAttributeBooleanValue(null, "enabled", true);
String domain = xml.getAttributeValue(null, "domain");
if (domain != null)