Merge pull request #56076 from telotortium/patch-1
tt-rss: Fix syntax error in config.php DB_PASS field
This commit is contained in:
commit
c8b33d15d1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ let
|
|||
else if (cfg.database.passwordFile != null) then
|
||||
"file_get_contents('${cfg.database.passwordFile}')"
|
||||
else
|
||||
""
|
||||
"''"
|
||||
});
|
||||
define('DB_PORT', '${toString dbPort}');
|
||||
|
||||
|
|
Loading…
Reference in a new issue