mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-07 18:35:05 +02:00
[ticket/12627] Add missing set_debug_load_time definition
PHPBB3-12627
This commit is contained in:
@ -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}
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user