Skip to content

Commit 10e8ecc

Browse files
committed
fix typo from last commit
1 parent e16682e commit 10e8ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/lib/installer_base.lib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class installer_base {
3434
var $language = 'en';
3535
var $db;
3636
public $install_ispconfig_interface = true;
37-
public $is_update = false; // true if it is an update, falsi if it is a new install
37+
public $is_update = false; // true if it is an update, false if it is a new install
3838
protected $mailman_group = 'list';
3939

4040

@@ -650,7 +650,7 @@ public function grant_master_database_rights($verbose = false) {
650650
$query = "GRANT SELECT, INSERT ON ?? TO ?@?";
651651
if ($verbose){
652652
echo $query ."\n";
653-
653+
}
654654
if(!$this->dbmaster->query($query, $value['db'] . '.sys_log', $value['user'], $host)) {
655655
$this->warning('Unable to set rights of user in master database: '.$value['db']."\n Query: ".$query."\n Error: ".$this->dbmaster->errorMessage);
656656
}

0 commit comments

Comments
 (0)