diff options
author | Brett Taylor <brett@webfroot.co.nz> | 2009-08-11 15:57:53 +1200 |
---|---|---|
committer | Brett Taylor <brett@webfroot.co.nz> | 2009-08-11 15:57:53 +1200 |
commit | 73cde378c9f8d14cb2c4a896813ac6d21299a142 (patch) | |
tree | c5076e67f1ee10db85ca86ce1e8391809ed8328d | |
parent | d6bcc635bb7a1d5884f4691e7b74152b8cd9c9bc (diff) | |
parent | 04c6272915cf4f53e45b75dedc9b93f8cdfa76cc (diff) |
Merge commit 'mainline/0.8.x' into 0.8.x-notices-in-htmloutputter
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index f02a06663..9bcee275f 100644 --- a/install.php +++ b/install.php @@ -378,7 +378,7 @@ function writeConf($sitename, $server, $path, $fancy, $db) // database "\$config['db']['database'] = '{$db['database']}';\n\n". - ($type == 'pgsql' ? "\$config['db']['quote_identifiers'] = true;\n\n":''). + ($db['type'] == 'pgsql' ? "\$config['db']['quote_identifiers'] = true;\n\n":''). "\$config['db']['type'] = '{$db['type']}';\n\n". "?>"; |