summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-30 09:21:43 +0400
committerAndrew Dolgov <[email protected]>2013-05-30 09:21:43 +0400
commit9f8e2ae135f48ee194b073d148c643292d014f25 (patch)
tree5eab08bb712781ac8e78e7f709911d902ef02745
parent80d8d2d02667cc855b6248f0edf27492c6f148f8 (diff)
parenta169cd6f47dc450022f47cbf3afe1f98b29a70d4 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
-rw-r--r--install/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php
index 06f13fe14..ec064c0a7 100644
--- a/install/index.php
+++ b/install/index.php
@@ -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.");