mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10875] Fix phpbb_mock_cache::sql_save() to return $query_result.
PHPBB3-10875
This commit is contained in:
parent
e28f0aa336
commit
59af4d68fc
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ class phpbb_mock_cache implements phpbb_cache_driver_interface
|
||||||
}
|
}
|
||||||
public function sql_save($query, $query_result, $ttl)
|
public function sql_save($query, $query_result, $ttl)
|
||||||
{
|
{
|
||||||
|
return $query_result;
|
||||||
}
|
}
|
||||||
public function sql_exists($query_id)
|
public function sql_exists($query_id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue