mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
fix bug in XmlGroupManager
This commit is contained in:
@@ -196,6 +196,8 @@ public class XmlGroupManager extends AbstractGroupManager
|
||||
@Override
|
||||
public void init(SCMContextProvider context)
|
||||
{
|
||||
groupDB = store.get();
|
||||
|
||||
if (groupDB == null)
|
||||
{
|
||||
groupDB = new XmlGroupDatabase();
|
||||
|
||||
Reference in New Issue
Block a user