From cfc4a43d0be9d60ff525307aa41c054abd901947 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 29 Jul 2025 09:48:55 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07072=20-=20Remove=20\iNewsroomProvider?= =?UTF-8?q?=20from=20\MetaModel::InitExtensions()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/metamodel.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/metamodel.class.php b/core/metamodel.class.php index af9301bdf..c794b1de1 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -7782,7 +7782,6 @@ abstract class MetaModel 'iModuleExtension', 'iKPILoggerExtension', 'ModuleHandlerApiInterface', - 'iNewsroomProvider', ]; foreach ($aInterfaces as $sInterface) { self::$m_aExtensionClassNames[$sInterface] = array();