aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/driver/firebird.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/db/driver/firebird.php')
-rw-r--r--phpBB/includes/db/driver/firebird.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/driver/firebird.php b/phpBB/includes/db/driver/firebird.php
index a55175c345..4767b29f63 100644
--- a/phpBB/includes/db/driver/firebird.php
+++ b/phpBB/includes/db/driver/firebird.php
@@ -270,7 +270,7 @@ class phpbb_db_driver_firebird extends phpbb_db_driver
if ($cache_ttl)
{
$this->open_queries[(int) $this->query_result] = $this->query_result;
- $this->query_result = $cache->sql_save($query, $this->query_result, $cache_ttl);
+ $this->query_result = $cache->sql_save($this, $query, $this->query_result, $cache_ttl);
}
else if (strpos($query, 'SELECT') === 0 && $this->query_result)
{