1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12636] Rename log.session_errors to session.log_errors

PHPBB3-12636
This commit is contained in:
rubencm
2018-09-13 14:53:01 +00:00
committed by Marc Alexander
parent c20fed43cd
commit a702142a34
5 changed files with 8 additions and 8 deletions

View File

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