mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 08:43:02 +02:00
[ticket/17142] Fix class inheritance issues
PHPBB3-17142
This commit is contained in:
@@ -472,4 +472,12 @@ class factory implements driver_interface
|
||||
{
|
||||
return $this->get_driver()->sql_quote($msg);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function clean_query_id($query_id)
|
||||
{
|
||||
return $this->get_driver()->clean_query_id($query_id);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user