From 438174af07097ef2a0dd37be698903c400392ef3 Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Sun, 22 Mar 2015 14:26:34 +0100 Subject: [PATCH] Set processNotifications to public --- .../system/user/notification/UserNotificationHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/user/notification/UserNotificationHandler.class.php b/wcfsetup/install/files/lib/system/user/notification/UserNotificationHandler.class.php index 6876b6ec68..945426fa1a 100644 --- a/wcfsetup/install/files/lib/system/user/notification/UserNotificationHandler.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/UserNotificationHandler.class.php @@ -374,7 +374,7 @@ class UserNotificationHandler extends SingletonFactory { * @param array<\wcf\data\user\notification\UserNotification> $notificationObjects * @return array */ - protected function processNotifications(array $notificationObjects) { + public function processNotifications(array $notificationObjects) { // return an empty set if no notifications exist if (empty($notificationObjects)) { return array( -- 2.20.1