Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Helge Silset committed Mar 29, 2012
1 parent b3df283 commit 1fe6473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/accountconfiguration.php
Expand Up @@ -227,7 +227,7 @@ function getDBInfo()
$this->iniParams['ezcopy']["Account_{$this->accountName}"]["additional_db[{$key}][user]"] = $this->getUserInput("Enter the database username for siteaccess {$siteaccess}:");
$this->iniParams['ezcopy']["Account_{$this->accountName}"]["additional_db[{$key}][pass]"] = $this->getUserInput("Enter the database password for siteaccess {$siteaccess}:");
}
while(!$this->validateAddionalDatabaseInfo($key));
while(!$this->validateAdditionalDatabaseInfo($key));
}
}
}
Expand Down

0 comments on commit 1fe6473

Please sign in to comment.