-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3.2.2
-
None
Relevant code:
https://github.com/phpbb/phpbb/blob/3.2.x/phpBB/includes/ucp/ucp_pm_compose.php#L83
The same hard coded check existed for posts and was removed:
https://tracker.phpbb.com/browse/PHPBB3-13972
https://github.com/phpbb/phpbb/pull/4202
https://github.com/phpbb/phpbb/pull/4210
https://github.com/phpbb/phpbb/pull/4212
https://github.com/phpbb/phpbb/pull/4213
It should be removed for PMs as well so that the flood check is used when sending PMs too fast.
- is related to
-
PHPBB-15733 Remove unused variables related to deprecated flood control
- Closed