[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} * {@inheritdoc}
*/ */
public function set_debug_sql_explain($value)
{ {
$this->debug_sql_explain = $value;
} }
/** /**