diff --git a/core/domain_settings/domain_edit.php b/core/domain_settings/domain_edit.php
index e95d020e5a..f47a06c9a5 100644
--- a/core/domain_settings/domain_edit.php
+++ b/core/domain_settings/domain_edit.php
@@ -66,7 +66,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
}
//check for all required data
- //if (strlen($domain_name) == 0) { $msg .= $text['message-required'].$text['label-name']."
\n"; }
+ if (strlen($domain_name) == 0) { $msg .= $text['message-required'].$text['label-name']."
\n"; }
//if (strlen($domain_description) == 0) { $msg .= $text['message-required'].$text['label-description']."
\n"; }
if (strlen($msg) > 0 && strlen($_POST["persistformvar"]) == 0) {
require_once "resources/header.php";