ide: invalidate file state cache in CopySecondaryConfigFile

git-svn-id: trunk@51740 -
This commit is contained in:
ondrej 2016-02-28 09:19:02 +00:00
parent 646e531114
commit 8ce0ad80e2

View File

@ -356,6 +356,7 @@ begin
debugln(['WARNING: unable to copy config "',SecondaryFilename,'" to "',PrimaryFilename,'"']);
exit;
end;
InvalidateFileStateCache; // we have to invalidate cache in order FileExistsCached finds the new primary config file
end;
end;