From ef49a4364429e488391c86547aa526bb5f840b5e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 28 Oct 2025 15:47:20 +0100 Subject: [PATCH] no need for 'global $logger' --- inc/inc.Notification.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/inc.Notification.php b/inc/inc.Notification.php index e1a6144ae..86eab8cbe 100644 --- a/inc/inc.Notification.php +++ b/inc/inc.Notification.php @@ -12,7 +12,6 @@ * @version Release: @package_version@ */ -global $logger; $notifier = new SeedDMS_NotificationService($logger, $settings); if(isset($GLOBALS['SEEDDMS_HOOKS']['notification'])) {