fixing new config after install (was missing PSM_CONFIG constant)

This commit is contained in:
Pepijn Over 2014-02-08 21:57:27 +01:00
parent 377e3e485a
commit a4ff02aacf
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ class Install extends AbstractModule {
*/
protected function writeConfigFile($db_vars) {
$config =
"<?php".PHP_EOL;
"<?php".PHP_EOL .
"define('PSM_CONFIG', true);".PHP_EOL;
foreach($db_vars as $key => $value) {