Skip to content

Commit 8b39922

Browse files
committed
- Forgot to make $inst global in function configure_pureftpd().
1 parent 146783b commit 8b39922

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
@@ -1074,7 +1074,7 @@ public function configure_getmail() {
10741074

10751075

10761076
public function configure_pureftpd() {
1077-
global $conf;
1077+
global $conf, $inst;
10781078

10791079
$config_dir = $conf['pureftpd']['config_dir'];
10801080

0 commit comments

Comments
 (0)