Marius Burkard
2016-02-04 2436971b3ebe3386fe9a3db44423a5705f9f6e38
interface/web/sites/web_vhost_domain_edit.php
@@ -1415,10 +1415,6 @@
      //* Check that all fields for the SSL cert creation are filled
      if(isset($this->dataRecord['ssl_action']) && $this->dataRecord['ssl_action'] == 'create') {
         if($this->dataRecord['ssl_state'] == '') $app->tform->errorMessage .= $app->tform->lng('error_ssl_state_empty').'<br />';
         if($this->dataRecord['ssl_locality'] == '') $app->tform->errorMessage .= $app->tform->lng('error_ssl_locality_empty').'<br />';
         if($this->dataRecord['ssl_organisation'] == '') $app->tform->errorMessage .= $app->tform->lng('error_ssl_organisation_empty').'<br />';
         if($this->dataRecord['ssl_organisation_unit'] == '') $app->tform->errorMessage .= $app->tform->lng('error_ssl_organisation_unit_empty').'<br />';
         if($this->dataRecord['ssl_country'] == '') $app->tform->errorMessage .= $app->tform->lng('error_ssl_country_empty').'<br />';
      }