Documents Repository.cs

This commit is contained in:
Cyberboss
2017-10-21 20:57:42 -04:00
parent e5fa4c4e65
commit 5860ec9c4c
7 changed files with 374 additions and 158 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace TGServerService
if (repo)
{
//ensure we aren't trying to read anything outside the static dirs
var Config = new RepoConfig(false);
var Config = GetCachedRepoConfig();
if (Config == null)
{
error = "Unable to load static directory configuration";