Skip to content

Commit c143c16

Browse files
committed
Merge branch 'mrrobot47-fix/wildcard-db-entry' into develop
2 parents f654efb + 442a2fc commit c143c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Site_WP_Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ private function create_site_db_entry() {
568568
'db_root_password' => $this->db['root_pass'],
569569
'email' => $this->site['email'],
570570
'is_ssl' => (int) $this->le,
571+
'is_ssl_wildcard' => 'subdom' === $this->site['type'] ? 1 : 0,
571572
'created_on' => date( 'Y-m-d H:i:s', time() ),
572573
];
573574

0 commit comments

Comments
 (0)