mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12627] Add missing function definition for set_debug_sql_explain
PHPBB3-12627
This commit is contained in:
parent
72ce0ec309
commit
0e89c85178
1 changed files with 2 additions and 0 deletions
|
@ -108,7 +108,9 @@ abstract class driver implements driver_interface
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function set_debug_sql_explain($value)
|
||||
{
|
||||
$this->debug_sql_explain = $value;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue