Skip to content

Commit

Permalink
Dev Small bugfix for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Sep 25, 2013
1 parent 0e8032d commit 00bfd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/InstallerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ private function stepDatabaseConfiguration()
$bDBConnectionWorks = true;
} else {
$model->addError('dblocation', $clang->gT('Connection with database failed. Please check database location, user name and password and try again.'));
$model->addError('dbpwd');
$model->addError('dbuser');
$model->addError('dbpwd','');
$model->addError('dbuser','');
}
}

Expand Down

0 comments on commit 00bfd5e

Please sign in to comment.