1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

Merge pull request #5331 from rubencm/ticket/12636

[ticket/12636] Add session.log_errors
This commit is contained in:
Marc Alexander
2018-10-10 22:40:21 +02:00
committed by GitHub
5 changed files with 17 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ class phpbb_mock_container_builder implements ContainerInterface
public function __construct()
{
$this->setParameter('debug.load_time', false);
$this->setParameter('session.log_errors', false);
}
/**