From 6d8679d86bcf5718933400c8d6a71d07d40ff2fd Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sun, 12 Dec 2021 17:24:39 +0000 Subject: [PATCH] [CORE] Fix resetting the config to the default values --- src/Core/GNUsocial.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/GNUsocial.php b/src/Core/GNUsocial.php index 6e56b8d995..0fbc020634 100644 --- a/src/Core/GNUsocial.php +++ b/src/Core/GNUsocial.php @@ -262,7 +262,6 @@ class GNUsocial implements EventSubscriberInterface } } $container->setParameter('gnusocial_defaults', $defaults); - $container->setParameter('gnusocial', $defaults); } /**