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

[ticket/12627] Add missing function definition for set_debug_sql_explain

PHPBB3-12627
This commit is contained in:
Marc Alexander 2018-07-09 09:55:14 +02:00
parent 72ce0ec309
commit 0e89c85178

View File

@ -108,7 +108,9 @@ abstract class driver implements driver_interface
/**
* {@inheritdoc}
*/
public function set_debug_sql_explain($value)
{
$this->debug_sql_explain = $value;
}
/**