First real patch: Saved Searches folder fix.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2167 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-20 17:53:05 +00:00
parent 74840c57d7
commit d152b3f48a

View File

@@ -656,6 +656,11 @@ public class Application
*/
private static String getSavedSearchesFolderName(WebApplicationContext context)
{
/*
* This lookup is duplicated in a patch. If this logic changes, investigate the changes
* required for the patch(es).
*/
if (savedSearchesFolderName == null)
{
ImporterBootstrap bootstrap = (ImporterBootstrap)context.getBean(BEAN_IMPORTER_BOOTSTRAP);