Skip to content

Commit c46870f

Browse files
committed
Fixed bugs 207 and 208
- Website symlinks in wrong client directory created. - Standard indes page gets replaced when a alias domain is added.
1 parent 8500be3 commit c46870f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ function update($event_name,$data) {
191191
$tmp = $app->db->queryOneRecord("SELECT * FROM web_domain WHERE domain_id = ".$parent_domain_id." AND active = 'y'");
192192
$data["new"] = $tmp;
193193
$data["old"] = $tmp;
194+
$this->action = 'update';
194195
}
195196

196197

0 commit comments

Comments
 (0)