PMCORE-2104

This commit is contained in:
Paula Quispe
2022-02-02 18:55:44 -04:00
parent 19add23615
commit a984059b8c
3 changed files with 4 additions and 4 deletions

View File

@@ -692,7 +692,7 @@ class EmailServer
{
try {
if ($this->checkIfIsDefault($emailServerUid)) {
throw new Exception(G::LoadTranslation("ID_EMAIL_SERVER_IS_DEFAULT", array($fieldNameForException, $emailServerUid)));
throw new Exception(G::LoadTranslation("ID_EMAIL_SERVER_IS_DEFAULT"));
}
} catch (Exception $e) {
throw $e;