Skip to content

Commit 0e59b84

Browse files
author
Till Brehm
committed
Fixed Typo in installer
1 parent a5cdc47 commit 0e59b84

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
@@ -526,7 +526,7 @@ public function grant_master_database_rights($verbose = false) {
526526
$hosts[$from_host]['pwd'] = $conf['mysql']['master_ispconfig_password'];
527527

528528
$host_ips = $this->get_host_ips();
529-
if(is_arary($host_ips) && !empty($host_ips)) {
529+
if(is_array($host_ips) && !empty($host_ips)) {
530530
foreach($host_ips as $ip) {
531531
$hosts[$ip]['user'] = $conf['mysql']['master_ispconfig_user'];
532532
$hosts[$ip]['db'] = $conf['mysql']['master_database'];

0 commit comments

Comments
 (0)