From 2ceed7a419eb8b6c212f3146892a0ee7997241c4 Mon Sep 17 00:00:00 2001 From: Martin Terber Date: Fri, 29 Nov 2024 11:59:28 +0100 Subject: [PATCH] Bugfix: Only register hook if we are not in CLI mode to avoid fatal error in ApacheSolrForTypo3 * FrontendController must not be modified to initalize Solr index service (getInitializedIndexService) --- ext_localconf.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ext_localconf.php b/ext_localconf.php index 80fd40c..73b5372 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -1,5 +1,6 @@