aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-08-07 16:14:40 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-08-07 16:14:40 +0200
commit2260533d47ae11014679ca94787212723b1c184c (patch)
tree830dc64caa379eeda13b6a45fb64b556223aae33 /phpBB/includes/ucp
parentb55361e89bb9d2c6a10b2ae8b361417398e1c503 (diff)
downloadforums-2260533d47ae11014679ca94787212723b1c184c.tar
forums-2260533d47ae11014679ca94787212723b1c184c.tar.gz
forums-2260533d47ae11014679ca94787212723b1c184c.tar.bz2
forums-2260533d47ae11014679ca94787212723b1c184c.tar.xz
forums-2260533d47ae11014679ca94787212723b1c184c.zip
[ticket/14074] Fix mark notifications as read in the ucp
PHPBB3-14074
Diffstat (limited to 'phpBB/includes/ucp')
-rw-r--r--phpBB/includes/ucp/ucp_notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_notifications.php b/phpBB/includes/ucp/ucp_notifications.php
index c291cc1ddf..51bd77bd4c 100644
--- a/phpBB/includes/ucp/ucp_notifications.php
+++ b/phpBB/includes/ucp/ucp_notifications.php
@@ -122,7 +122,7 @@ class ucp_notifications
if (!empty($mark_read))
{
- $phpbb_notifications->mark_notifications_by_id($mark_read, $form_time);
+ $phpbb_notifications->mark_notifications_by_id('notification.method.board', $mark_read, $form_time);
}
}