1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00

Merge branch 'patch-install-pdo-error' of JustAMacUser/tt-rss into master

This commit is contained in:
fox 2019-11-06 03:05:36 +00:00 committed by Gogs
commit 8551cce494

View File

@ -437,7 +437,7 @@
if (!$res) { if (!$res) {
print_notice("Query: $line"); print_notice("Query: $line");
print_error("Error: " . implode(", ", $this->pdo->errorInfo())); print_error("Error: " . implode(", ", $pdo->errorInfo()));
} }
} }
} }