1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-25 18:13:28 +01:00

[ticket/12627] Add missing set_debug_load_time definition

PHPBB3-12627
This commit is contained in:
Marc Alexander 2018-07-09 10:13:45 +02:00
parent 0e89c85178
commit d7fcf40b6b

View File

@ -105,6 +105,14 @@ abstract class driver implements driver_interface
$this->one_char = chr(0) . '_';
}
/**
* {@inheritdoc}
*/
public function set_debug_load_time($value)
{
$this->debug_load_time = $value;
}
/**
* {@inheritdoc}
*/