aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cache/driver/null.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cache/driver/null.php')
-rw-r--r--phpBB/includes/cache/driver/null.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/cache/driver/null.php b/phpBB/includes/cache/driver/null.php
index c143803d0e..df2c6c026f 100644
--- a/phpBB/includes/cache/driver/null.php
+++ b/phpBB/includes/cache/driver/null.php
@@ -107,7 +107,7 @@ class phpbb_cache_driver_null extends phpbb_cache_driver_base
/**
* Save sql query
*/
- function sql_save($query, &$query_result, $ttl)
+ function sql_save($query, $query_result, $ttl)
{
}