1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 11:01:48 +02:00

Merge pull request #6488 from rxu/ticket/17142

[ticket/17142] Fix DBMS+cache related PHP warnings while installing - 3.3.x
This commit is contained in:
Marc Alexander
2023-06-20 11:38:36 +02:00
12 changed files with 123 additions and 57 deletions

View File

@@ -168,4 +168,8 @@ class phpbb_mock_cache implements \phpbb\cache\driver\driver_interface
{
return isset($this->data['_bots']) ? $this->data['_bots'] : array();
}
public function clean_query_id($query_id)
{
}
}