From 71e2e9b24d3371a49b3ff91eb4a6cac9b171d177 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Fri, 27 Oct 2017 14:14:31 +0200 Subject: [PATCH] Drop remaining protected methods; refs #3043 --- inc/notificationtarget.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/notificationtarget.class.php b/inc/notificationtarget.class.php index e9d77565dc0..3eb76061d94 100644 --- a/inc/notificationtarget.class.php +++ b/inc/notificationtarget.class.php @@ -834,7 +834,7 @@ public function addAdditionalTargets($event = '') { * * @return void **/ - protected function addSpecificTargets($data, $options) { + public function addSpecificTargets($data, $options) { } @@ -1112,7 +1112,7 @@ final public function addForTarget($data, $options = []) { * * @return void **/ - protected function addDataForTemplate($event, $options = []) { + public function addDataForTemplate($event, $options = []) { }