diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-14 18:05:13 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-14 18:05:13 -0500 |
| commit | 959c81d00e830e89fa9d583ee93bf8f166013fe0 (patch) | |
| tree | f2eb9147d9b5ca6572b501d72fabdc06395c8fe3 /phpBB/includes/notifications/service.php | |
| parent | 8e977544fb6763412e45f84791de8c3eccf321c9 (diff) | |
| download | forums-959c81d00e830e89fa9d583ee93bf8f166013fe0.tar forums-959c81d00e830e89fa9d583ee93bf8f166013fe0.tar.gz forums-959c81d00e830e89fa9d583ee93bf8f166013fe0.tar.bz2 forums-959c81d00e830e89fa9d583ee93bf8f166013fe0.tar.xz forums-959c81d00e830e89fa9d583ee93bf8f166013fe0.zip | |
[ticket/11103] Use appropriate email templates to send notifications
Fixing a number of bugs
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/notifications/service.php')
| -rw-r--r-- | phpBB/includes/notifications/service.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/notifications/service.php b/phpBB/includes/notifications/service.php index 4933cf0f9a..d2ff20333e 100644 --- a/phpBB/includes/notifications/service.php +++ b/phpBB/includes/notifications/service.php @@ -153,7 +153,7 @@ class phpbb_notifications_service { foreach ($item_type as $type) { - $this->mark_notifications_read($type, $item_id, $user_id, $time); + $this->mark_notifications_read_by_parent($type, $item_parent_id, $user_id, $time); } return; |
