mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 20:09:32 +00:00
Fixing bugs found by static analysis
This commit is contained in:
@@ -79,7 +79,7 @@ class Db_PDO implements IDb {
|
||||
}
|
||||
|
||||
function last_error() {
|
||||
return join(" ", $pdo->errorInfo());
|
||||
return join(" ", $this->pdo->errorInfo());
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
Reference in New Issue
Block a user