Skip to content

Commit d549cf1

Browse files
author
Marius Burkard
committed
- fixed typo, fixes #4693
1 parent d75d922 commit d549cf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,6 @@ function update($event_name, $data) {
11831183
/* Update also the master-DB of the Server-Farm */
11841184
$app->dbmaster->query("UPDATE web_domain SET `ssl` = ?, `ssl_letsencrypt` = ? WHERE `domain` = ?", $data['new']['ssl'], 'n', $data['new']['domain']);
11851185
}
1186-
}
11871186
}
11881187

11891188
if(@is_file($bundle_file)) $vhost_data['has_bundle_cert'] = 1;

0 commit comments

Comments
 (0)