1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch 'ticket/17142' into ticket/17142-master

This commit is contained in:
rxu
2023-06-08 10:20:24 +07: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)
{
}
}