1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17077] Improve handling of accidental double submission of posts

PHPBB3-17077
This commit is contained in:
Marc Alexander
2024-04-08 21:50:27 +02:00
parent b2459edaf3
commit c07c6816fc
5 changed files with 123 additions and 2 deletions

View File

@@ -67,6 +67,14 @@ services:
- '@controller.helper'
- '@dispatcher'
posting.lock:
class: phpbb\lock\posting
shared: false
arguments:
- '@cache.driver'
- '@config'
- '@request'
viewonline_helper:
class: phpbb\viewonline_helper
arguments: