1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2018-12-24 15:32:58 +01:00
21 changed files with 45 additions and 45 deletions

View File

@@ -362,7 +362,7 @@ function request_var($var_name, $default, $multibyte = false, $cookie = false, $
*
* @deprecated 3.1.0 (To be removed: 4.0.0)
*/
function get_tables(&$db)
function get_tables($db)
{
$db_tools_factory = new \phpbb\db\tools\factory();
$db_tools = $db_tools_factory->get($db);