mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:05:56 +00:00
Fixed "Using when not in object context" error when installer query fails.
This commit is contained in:
@@ -437,7 +437,7 @@
|
|||||||
|
|
||||||
if (!$res) {
|
if (!$res) {
|
||||||
print_notice("Query: $line");
|
print_notice("Query: $line");
|
||||||
print_error("Error: " . implode(", ", $this->pdo->errorInfo()));
|
print_error("Error: " . implode(", ", $pdo->errorInfo()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user