fix a minuscola x path
This commit is contained in:
@@ -135,8 +135,8 @@ namespace NKC_WF.WebUserControls
|
||||
/// <returns></returns>
|
||||
public string getPathOffline(object serverCncPath)
|
||||
{
|
||||
string servBasePath = memLayer.ML.CRS("servBasePath");
|
||||
string offlineBasePath = memLayer.ML.CRS("offlineBasePath");
|
||||
string servBasePath = memLayer.ML.CRS("servBasePath").ToLower();
|
||||
string offlineBasePath = memLayer.ML.CRS("offlineBasePath").ToLower();
|
||||
string answ = $"{serverCncPath}".Replace(servBasePath, offlineBasePath);
|
||||
return answ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user