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
1 changed files with 1 additions and 1 deletions

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()));
}
}
}