From 4fc10fcf5cc45fa6a69529b6c5ce6536b85733a4 Mon Sep 17 00:00:00 2001 From: mcramer Date: Wed, 20 Apr 2011 11:50:34 +0000 Subject: [PATCH] Fixed typo --- interface/web/sites/web_domain_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/sites/web_domain_edit.php b/interface/web/sites/web_domain_edit.php index 648c4a410..bac49eb37 100644 --- a/interface/web/sites/web_domain_edit.php +++ b/interface/web/sites/web_domain_edit.php @@ -572,7 +572,7 @@ class page_action extends tform_actions { //* Set php_open_basedir if empty or domain or client has been changed if($web_rec['php_open_basedir'] == '' || ($this->dataRecord["domain"] != '' && $this->oldDataRecord["domain"] != '' && $this->dataRecord["domain"] != $this->oldDataRecord["domain"]) || - (isset($this->dataRecord["client_group_id"]) && $this->dataRecord["client_group_id"] != $this->oldDataRecord["sys_groupid"])) + (isset($this->dataRecord["client_group_id"]) && $this->dataRecord["client_group_id"] != $this->oldDataRecord["sys_groupid"])) { $document_root = $app->db->quote(str_replace("[client_id]",$client_id,$document_root)); $php_open_basedir = str_replace("[website_path]",$document_root,$web_config["php_open_basedir"]); $php_open_basedir = $app->db->quote(str_replace("[website_domain]",$web_rec['domain'],$php_open_basedir)); -- GitLab