Skip to content

Commit f55e6e1

Browse files
author
Marius Burkard
committed
Invalid access scope for function
1 parent 542e730 commit f55e6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,7 @@ private function curl_request($url, $use_ipv6 = false) {
27212721
return $response;
27222722
}
27232723

2724-
private function make_acme_vhost($server = 'apache') {
2724+
public function make_acme_vhost($server = 'apache') {
27252725
global $conf;
27262726

27272727
if($conf['hostname'] !== 'localhost' && $conf['hostname'] !== '') {

0 commit comments

Comments
 (0)