From: Sascha Greuel Date: Sun, 22 Mar 2015 13:26:34 +0000 (+0100) Subject: Set processNotifications to public X-Git-Tag: 2.1.2~14^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=438174af07097ef2a0dd37be698903c400392ef3;p=GitHub%2FWoltLab%2FWCF.git Set processNotifications to public --- 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(