mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 00:21:02 +01:00
Merge pull request #4505 from JimMH/patch-1
[ticket/14859] Send notifications for PM reports to all users with correct permissions
This commit is contained in:
commit
39f5b82bc3
@ -52,7 +52,7 @@ class report_pm extends \phpbb\notification\type\pm
|
||||
*
|
||||
* @var string Permission name
|
||||
*/
|
||||
protected $permission = 'm_report';
|
||||
protected $permission = 'm_pm_report';
|
||||
|
||||
/**
|
||||
* Notification option data (for outputting to the user)
|
||||
|
Loading…
x
Reference in New Issue
Block a user