1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-14 17:39:22 +00: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

View File

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