mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Merge branch 'ticket/17142' into ticket/17142-master
This commit is contained in:
@@ -474,4 +474,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