diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 19:27:06 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 19:27:06 +0100 |
commit | 39f5b82bc3f6a12c559baa13931e60abfeda6562 (patch) | |
tree | fcce3ba98d19c59a616f0358eb2a7ac8d956a04e /phpBB/phpbb/notification | |
parent | c77798b1a3b71a7a10af9255ca2d829dc8cef5dc (diff) | |
parent | 4533dd9fa05a4cc52d28b5c8bcb536bd47b00da5 (diff) | |
download | forums-39f5b82bc3f6a12c559baa13931e60abfeda6562.tar forums-39f5b82bc3f6a12c559baa13931e60abfeda6562.tar.gz forums-39f5b82bc3f6a12c559baa13931e60abfeda6562.tar.bz2 forums-39f5b82bc3f6a12c559baa13931e60abfeda6562.tar.xz forums-39f5b82bc3f6a12c559baa13931e60abfeda6562.zip |
Merge pull request #4505 from JimMH/patch-1
[ticket/14859] Send notifications for PM reports to all users with correct permissions
Diffstat (limited to 'phpBB/phpbb/notification')
-rw-r--r-- | phpBB/phpbb/notification/type/report_pm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/type/report_pm.php b/phpBB/phpbb/notification/type/report_pm.php index 785e5f243d..cc32984ac6 100644 --- a/phpBB/phpbb/notification/type/report_pm.php +++ b/phpBB/phpbb/notification/type/report_pm.php @@ -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) |