aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/factory.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/db/driver/factory.php')
-rw-r--r--phpBB/phpbb/db/driver/factory.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/driver/factory.php b/phpBB/phpbb/db/driver/factory.php
index 122cbcc10d..bb6e7a2682 100644
--- a/phpBB/phpbb/db/driver/factory.php
+++ b/phpBB/phpbb/db/driver/factory.php
@@ -68,6 +68,14 @@ class factory implements driver_interface
/**
* {@inheritdoc}
*/
+ public function set_debug_load_time($value)
+ {
+ $this->get_driver()->set_debug_load_time($value);
+ }
+
+ /**
+ * {@inheritdoc}
+ */
public function set_debug_sql_explain($value)
{
$this->get_driver()->set_debug_sql_explain($value);