1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

Fixed "Using when not in object context" error when installer query fails.

This commit is contained in:
JustAMacUser
2019-11-05 19:35:48 -05:00
parent f6090655bf
commit 3cae6fe6ad

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