mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
bugfix: DB_PORT was not used in one of db_connect calls
This commit is contained in:
@@ -406,7 +406,7 @@
|
||||
|
||||
} else if ($op == 'installschema' || $op == 'skipschema') {
|
||||
|
||||
$link = db_connect($DB_HOST, $DB_USER, $DB_PASS, $DB_NAME, $DB_TYPE);
|
||||
$link = db_connect($DB_HOST, $DB_USER, $DB_PASS, $DB_NAME, $DB_TYPE, $DB_PORT);
|
||||
|
||||
if (!$link) {
|
||||
print_error("Unable to connect to database using specified parameters.");
|
||||
|
||||
Reference in New Issue
Block a user