We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8500be3 commit c46870fCopy full SHA for c46870f
1 file changed
server/plugins-available/apache2_plugin.inc.php
@@ -191,6 +191,7 @@ function update($event_name,$data) {
191
$tmp = $app->db->queryOneRecord("SELECT * FROM web_domain WHERE domain_id = ".$parent_domain_id." AND active = 'y'");
192
$data["new"] = $tmp;
193
$data["old"] = $tmp;
194
+ $this->action = 'update';
195
}
196
197
0 commit comments