summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-11-06 03:05:36 +0000
committerGogs <[email protected]>2019-11-06 03:05:36 +0000
commit8551cce494d7db0ad291d2e16d3d66baa7cdc3ec (patch)
treeb8fde446ebf4a80b356961038d8edcd61beef490
parentf6090655bfda2277fdec7ec5054b132c6d255213 (diff)
parent3cae6fe6addf62aae8f2462b42a143cb71b3d811 (diff)
Merge branch 'patch-install-pdo-error' of JustAMacUser/tt-rss into master
-rwxr-xr-xinstall/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php
index 815422712..3db53107d 100755
--- a/install/index.php
+++ b/install/index.php
@@ -437,7 +437,7 @@
if (!$res) {
print_notice("Query: $line");
- print_error("Error: " . implode(", ", $this->pdo->errorInfo()));
+ print_error("Error: " . implode(", ", $pdo->errorInfo()));
}
}
}