fixing new config after install (was missing PSM_CONFIG constant)
parent
377e3e485a
commit
a4ff02aacf
|
@ -270,7 +270,7 @@ class Install extends AbstractModule {
|
||||||
*/
|
*/
|
||||||
protected function writeConfigFile($db_vars) {
|
protected function writeConfigFile($db_vars) {
|
||||||
$config =
|
$config =
|
||||||
"<?php".PHP_EOL;
|
"<?php".PHP_EOL .
|
||||||
"define('PSM_CONFIG', true);".PHP_EOL;
|
"define('PSM_CONFIG', true);".PHP_EOL;
|
||||||
|
|
||||||
foreach($db_vars as $key => $value) {
|
foreach($db_vars as $key => $value) {
|
||||||
|
|
Loading…
Reference in New Issue