aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/cache.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-08-14 02:30:49 -0700
committerNils Adermann <naderman@naderman.de>2012-08-14 02:30:49 -0700
commitdca9057559dbc627cd2f563eb0356c4ed55e2413 (patch)
treec2a704ccf9fb0e9ed1e00084ac772219ed8a15e1 /tests/mock/cache.php
parent7efca53b4734573e2bc1e4f306ee6f8e0b94515f (diff)
parent4b7cdd4264b2669aaf0a0f99db2a9b00b2b58c4e (diff)
downloadforums-dca9057559dbc627cd2f563eb0356c4ed55e2413.tar
forums-dca9057559dbc627cd2f563eb0356c4ed55e2413.tar.gz
forums-dca9057559dbc627cd2f563eb0356c4ed55e2413.tar.bz2
forums-dca9057559dbc627cd2f563eb0356c4ed55e2413.tar.xz
forums-dca9057559dbc627cd2f563eb0356c4ed55e2413.zip
Merge pull request #932 from EXreaction/ticket/10875
Ticket/10875
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)