Skip to content

Commit

Permalink
Merge pull request #187 from nanasess/fix-installer
Browse files Browse the repository at this point in the history
インストーラで Warning が発生するのを修正
  • Loading branch information
okazy authored Apr 12, 2018
2 parents 8df5d3b + 7233c2d commit 84da67e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
ini_set('max_execution_time', 300);

$objPage = new StdClass;
$objPage->arrErr = array();
$objPage->arrDB_TYPE = array(
'pgsql' => 'PostgreSQL',
'mysqli' => 'MySQL',
Expand Down

0 comments on commit 84da67e

Please sign in to comment.