From c0ffb795cdad47e830c5275949adf7aebb3cedd7 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 5 Jan 2026 12:26:27 +0100 Subject: [PATCH] do not include inc/inc.ClassNotificationService.php, it's included by inc.Notification.php anyway --- utils/delete.php | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/delete.php b/utils/delete.php index d054ff09b..b272c2fcb 100644 --- a/utils/delete.php +++ b/utils/delete.php @@ -99,7 +99,6 @@ include($myincpath."/inc/inc.Language.php"); include($myincpath."/inc/inc.Init.php"); include($myincpath."/inc/inc.Extension.php"); include($myincpath."/inc/inc.DBInit.php"); -include($myincpath."/inc/inc.ClassNotificationService.php"); include($myincpath."/inc/inc.Notification.php"); include($myincpath."/inc/inc.ClassController.php");