Skip to content

Commit

Permalink
Dev: Spelling in installation controller
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 12, 2016
1 parent 5a69f25 commit 47c8fa7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions application/controllers/InstallerController.php
Expand Up @@ -1291,12 +1291,14 @@ function _dbConnect($aDbConfig = array(), $aData = array())
return false;
}
}

/**
* Trye a connexion to the DB and add errorn in model if exist
* @param array $aDbConfig : The config to be tested
* @param array $aData
* @return bool
*/
* Try a connection to the DB and add error in model if it exists
*
* @param array $aDbConfig : The config to be tested
* @param array $aData
* @return bool
*/
private function dbTest($aDbConfig = array(), $aData = array())
{
$aDbConfig= empty($aDbConfig) ? self::_getDatabaseConfig() : $aDbConfig;
Expand Down

0 comments on commit 47c8fa7

Please sign in to comment.