aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/cache.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-11-12 11:10:25 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-11-12 11:16:39 +0100
commit0fd3bb170b95bc8c99329e47990e38c038629075 (patch)
tree4222da246667aba91d51a4c2e335c317a766f18a /tests/mock/cache.php
parentbf641a7f31f87eb7b88437214315872bff36ae84 (diff)
downloadforums-0fd3bb170b95bc8c99329e47990e38c038629075.tar
forums-0fd3bb170b95bc8c99329e47990e38c038629075.tar.gz
forums-0fd3bb170b95bc8c99329e47990e38c038629075.tar.bz2
forums-0fd3bb170b95bc8c99329e47990e38c038629075.tar.xz
forums-0fd3bb170b95bc8c99329e47990e38c038629075.zip
[ticket/11015] Fixup some things from the big merge
PHPBB3-11015
Diffstat (limited to 'tests/mock/cache.php')
-rw-r--r--tests/mock/cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock/cache.php b/tests/mock/cache.php
index c6d08afef0..b64c92ea89 100644
--- a/tests/mock/cache.php
+++ b/tests/mock/cache.php
@@ -121,7 +121,7 @@ class phpbb_mock_cache implements phpbb_cache_driver_interface
public function sql_load($query)
{
}
- public function sql_save($query, &$query_result, $ttl)
+ public function sql_save($query, $query_result, $ttl)
{
}
public function sql_exists($query_id)