mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Reverse logic operators.
This commit is contained in:
@@ -30,7 +30,7 @@ $password = '';
|
||||
$database = '';
|
||||
$port = '';
|
||||
|
||||
if (!(false === $databaseUrl)) {
|
||||
if (false !== $databaseUrl) {
|
||||
$options = parse_url($databaseUrl);
|
||||
$host = $options['host'] ?? 'firefly_iii_db';
|
||||
$username = $options['user'] ?? 'firefly';
|
||||
|
Reference in New Issue
Block a user