From 0a1e91436807e8d368d91695e643fdb74747720e Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Fri, 12 Feb 2016 06:35:22 -0500 Subject: [PATCH] Merge branch 'stable-3.1' --- interface/web/sites/web_vhost_domain_edit.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/web_vhost_domain_edit.php b/interface/web/sites/web_vhost_domain_edit.php index 87e2a29..05d906f 100644 --- a/interface/web/sites/web_vhost_domain_edit.php +++ b/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) { -- Gitblit v1.9.1