Browse Source

Commit 19ae9e1d broke cache invalidation of uploaded subdirectories

Source commit: 49697ac3b4216b850de8d58e589a27b3950bffe0
Martin Prikryl 11 months ago
parent
commit
1162407e42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/Terminal.cpp

+ 1 - 1
source/core/Terminal.cpp

@@ -7471,7 +7471,7 @@ void __fastcall TTerminal::DoCopyToRemote(
         {
           DirectoryModified(TargetDir, false);
 
-          if (DirectoryExists(ApiPath(FileName)))
+          if (::DirectoryExists(ApiPath(FileName)))
           {
             UnicodeString FileNameOnly = ExtractFileName(FileName);
             DirectoryModified(FullTargetDir + FileNameOnly, true);