Skip to content

Commit

Permalink
Merge pull request #364 from esxoops/fix_install_error
Browse files Browse the repository at this point in the history
Fixed Dude Exception Error Installation
  • Loading branch information
geekwright committed Jul 8, 2015
2 parents 3cb5b15 + 364b7d0 commit e0eb81e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/install/page_dbconnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
}
}

$_SESSION['settings'] = $settings;

// if a POST, try to connect to the database using the parameters
$error = '';
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
Expand Down

0 comments on commit e0eb81e

Please sign in to comment.