Skip to content

Commit a9060e0

Browse files
author
Till Brehm
committed
Fixed typo in apache2_plugin.inc.php
1 parent 8c1f443 commit a9060e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ function update($event_name, $data) {
11871187
$vhost_data['ssl_bundle_file'] = $bundle_file;
11881188

11891189
//* Generate Let's Encrypt SSL certificat
1190-
if($data['new']['ssl'] == 'y' && $data['new']['ssl_letsencrypt'] == 'y' && $conf['mirror_server_id'] == 0 ( // ssl and let's encrypt is active and no mirror server
1190+
if($data['new']['ssl'] == 'y' && $data['new']['ssl_letsencrypt'] == 'y' && $conf['mirror_server_id'] == 0 && ( // ssl and let's encrypt is active and no mirror server
11911191
($data['old']['ssl'] == 'n' || $data['old']['ssl_letsencrypt'] == 'n') // we have new let's encrypt configuration
11921192
|| ($data['old']['domain'] != $data['new']['domain']) // we have domain update
11931193
|| ($data['old']['subdomain'] != $data['new']['subdomain']) // we have new or update on "auto" subdomain

0 commit comments

Comments
 (0)