diff --git a/source/java/org/alfresco/web/app/Application.java b/source/java/org/alfresco/web/app/Application.java index fbe6d21298..8c1f57bb0f 100644 --- a/source/java/org/alfresco/web/app/Application.java +++ b/source/java/org/alfresco/web/app/Application.java @@ -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);