Skip to content
Snippets Groups Projects
Commit c46870f6 authored by tbrehm's avatar tbrehm
Browse files

Fixed bugs 207 and 208

- Website symlinks in wrong client directory created.
- Standard indes page gets replaced when a alias domain is added.
parent 8500be3f
No related branches found
No related tags found
No related merge requests found
...@@ -191,6 +191,7 @@ class apache2_plugin { ...@@ -191,6 +191,7 @@ class apache2_plugin {
$tmp = $app->db->queryOneRecord("SELECT * FROM web_domain WHERE domain_id = ".$parent_domain_id." AND active = 'y'"); $tmp = $app->db->queryOneRecord("SELECT * FROM web_domain WHERE domain_id = ".$parent_domain_id." AND active = 'y'");
$data["new"] = $tmp; $data["new"] = $tmp;
$data["old"] = $tmp; $data["old"] = $tmp;
$this->action = 'update';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment