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

master
fox 5 years ago committed by Gogs
commit 8551cce494

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

Loading…
Cancel
Save