Skip to content

Commit

Permalink
Fixed issue: Unsupported database types being offered on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 3, 2012
1 parent d5655da commit 9bd8a2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/models/InstallerConfigForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ public function __construct($scenario = 'database') {
foreach($drivers as $driver) {
if (isset($this->db_names[$driver]))
$this->supported_db_types[$driver] = $this->db_names[$driver];
else
$this->supported_db_types[$driver] = $driver;
}

asort($this->supported_db_types);
Expand Down

0 comments on commit 9bd8a2f

Please sign in to comment.