mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/17176] Clean up database code to prevent test issues
PHPBB3-17176
This commit is contained in:
@@ -436,7 +436,7 @@ class postgres extends \phpbb\db\driver\driver
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return @pg_close($this->db_connect_id);
|
||||
return pg_close($this->db_connect_id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user