We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cdc47 commit 0e59b84Copy full SHA for 0e59b84
install/lib/installer_base.lib.php
@@ -526,7 +526,7 @@ public function grant_master_database_rights($verbose = false) {
526
$hosts[$from_host]['pwd'] = $conf['mysql']['master_ispconfig_password'];
527
528
$host_ips = $this->get_host_ips();
529
- if(is_arary($host_ips) && !empty($host_ips)) {
+ if(is_array($host_ips) && !empty($host_ips)) {
530
foreach($host_ips as $ip) {
531
$hosts[$ip]['user'] = $conf['mysql']['master_ispconfig_user'];
532
$hosts[$ip]['db'] = $conf['mysql']['master_database'];
0 commit comments