mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 10:28:32 +03:00
Fix regexp for thread ID
This commit is contained in:
parent
b674060ddf
commit
1af5e68bd0
@ -146,7 +146,7 @@ history_thread:
|
||||
_controller: Mibew\Controller\HistoryController::threadAction
|
||||
_access_check: Mibew\AccessControl\Check\LoggedInCheck
|
||||
requirements:
|
||||
thread_id: \d{1,9}
|
||||
thread_id: \d{1,10}
|
||||
|
||||
history_user:
|
||||
path: /operator/history/user/{user_id}
|
||||
|
Loading…
Reference in New Issue
Block a user