mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12627] Add missing set_debug_load_time definition
PHPBB3-12627
This commit is contained in:
parent
0e89c85178
commit
d7fcf40b6b
1 changed files with 8 additions and 0 deletions
|
@ -105,6 +105,14 @@ abstract class driver implements driver_interface
|
||||||
$this->one_char = chr(0) . '_';
|
$this->one_char = chr(0) . '_';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function set_debug_load_time($value)
|
||||||
|
{
|
||||||
|
$this->debug_load_time = $value;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue