Set processNotifications to public
authorSascha Greuel <SoftCreatR@users.noreply.github.com>
Sun, 22 Mar 2015 13:26:34 +0000 (14:26 +0100)
committerSascha Greuel <SoftCreatR@users.noreply.github.com>
Sun, 22 Mar 2015 13:26:34 +0000 (14:26 +0100)
wcfsetup/install/files/lib/system/user/notification/UserNotificationHandler.class.php

index 6876b6ec68409f2346fe90e8473a42b3ca69b8f1..945426fa1a87e44f46749531dacb466804cf9a79 100644 (file)
@@ -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(