Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2021-10-29 21:26:26 +02:00
commit 118b67caac
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -390,7 +390,7 @@ class sqlite3 extends \phpbb\db\driver\driver
{ {
$html_table = false; $html_table = false;
if ($result = $this->dbo->query("EXPLAIN QUERY PLAN $explain_query")) if ($result = @$this->dbo->query("EXPLAIN QUERY PLAN $explain_query"))
{ {
while ($row = $result->fetchArray(SQLITE3_ASSOC)) while ($row = $result->fetchArray(SQLITE3_ASSOC))
{ {