Skip to content

Commit

Permalink
Fixed issue #16169: Missing comma in generated config.php file
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 22, 2020
1 parent fa4022f commit 8ef2d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/InstallerController.php
Expand Up @@ -934,7 +934,7 @@ private function _writeConfigFile()
."\t\t".""."\n"

."\t\t"." 'session' => array ("."\n"
."\t\t\t"."'sessionName'=>'LS-".$this->_getRandomString(16)."'"."\n"
."\t\t\t"."'sessionName'=>'LS-".$this->_getRandomString(16)."'".",\n"
."\t\t\t"."// Uncomment the following lines if you need table-based sessions."."\n"
."\t\t\t"."// Note: Table-based sessions are currently not supported on MSSQL server."."\n"
."\t\t\t"."// 'class' => 'application.core.web.DbHttpSession',"."\n"
Expand Down

0 comments on commit 8ef2d27

Please sign in to comment.