浏览代码

PRS SERVER - Bug fix to access deletions manager

Nick-PRSDigital@bitbucket.org 2 年之前
父节点
当前提交
08bbb5b900
共有 1 个文件被更改,包括 1 次插入1 次删除
  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(