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

[ticket/17286] Do not update user session page if it does not exist

PHPBB3-17286
This commit is contained in:
rxu
2024-02-02 23:24:40 +07:00
parent 512a93727a
commit ec7180db4f
3 changed files with 16 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ services:
arguments:
- '@template'
- '@language'
- '@user'
- '%debug.exceptions%'
tags:
- { name: kernel.event_subscriber }