Browse Source

PRS SERVER - Bug fix to access deletions manager

Nick-PRSDigital@bitbucket.org 2 years ago
parent
commit
08bbb5b900
1 changed files with 1 additions and 1 deletions
  1. 1 1
      prs.server/Forms/ServerGrid.cs

+ 1 - 1
prs.server/Forms/ServerGrid.cs

@@ -1144,7 +1144,7 @@ namespace PRSServer
 
                 if (!DbFactory.IsProviderSet || DbFactory.Provider is not SQLiteProvider sql || sql.URL != properties.FileName)
                 {
-                    ClientFactory.SetClientType(typeof(LocalClient<>), Platform.Server, CoreUtils.GetVersion(), "");
+                    ClientFactory.SetClientType(typeof(LocalClient<>), Platform.Server, CoreUtils.GetVersion());
                     Progress.ShowModal("Configuring database", (progress) =>
                     {
                         DbFactory.Stores = CoreUtils.TypeList(