Reset the file type in the info object to stop all files showing up as links. Fix for AR-1224.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5070 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2007-02-07 17:59:11 +00:00
parent 59509e7516
commit d851541e93

View File

@@ -232,6 +232,8 @@ public class ContentSearchContext extends SearchContext
info.setFileType( FileType.SymbolicLink);
}
else
info.setFileType( FileType.RegularFile);
// Indicate that the file information is valid