-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2.0
-
Fix Version/s: 3.2.2-RC1
-
Component/s: Events
-
Environment:PHP 7.0.11, MySQL 5.6
-
GitHub Pull Request URL:
The phpbb event list contains a typo in ucp_pm_view_messsage (triple S instead of double). Using the correctly spelled version won't work as the event trigger itself is spelled wrong.
This works:
'core.ucp_pm_view_me sss age' => 'addMessageId'
This doesn't
'core.ucp_pm_view_me ss age' => 'addMessageId'
(spaces only for easier readability)