[CORE] Fix resetting the config to the default values

This commit is contained in:
Hugo Sales 2021-12-12 17:24:39 +00:00
parent ff38efd5f1
commit 6d8679d86b
Signed by untrusted user: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ class GNUsocial implements EventSubscriberInterface
}
}
$container->setParameter('gnusocial_defaults', $defaults);
$container->setParameter('gnusocial', $defaults);
}
/**