Merge pull request #56076 from telotortium/patch-1

tt-rss: Fix syntax error in config.php DB_PASS field
This commit is contained in:
Florian Klink 2019-02-20 01:58:28 +01:00 committed by GitHub
commit c8b33d15d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ let
else if (cfg.database.passwordFile != null) then
"file_get_contents('${cfg.database.passwordFile}')"
else
""
"''"
});
define('DB_PORT', '${toString dbPort}');