Marius Burkard
2016-02-12 af56b491d8bd9627d5d58eec188edc1fae7d8546
interface/web/sites/web_vhost_domain_edit.php
@@ -1021,7 +1021,7 @@
         if($client['limit_wildcard'] != 'y' && $this->dataRecord['subdomain'] == '*') $this->dataRecord['subdomain'] = 'n';
         if($client['limit_ssl'] != 'y') $this->dataRecord['ssl'] = 'n';
         if($client['limit_ssl_letsencrypt'] != 'y') $this->dataRecord['ssl_letsencrypt'] = 'n';
         if($client['limit_directive_snippets'] != 'y') $this->dataRecord['directive_snippets_id'] = 0
         if($client['limit_directive_snippets'] != 'y') $this->dataRecord['directive_snippets_id'] = 0;
         // only generate quota and traffic warnings if value has changed
         if($this->id > 0) {