diff --git a/source/java/org/alfresco/web/bean/wcm/AVMConstants.java b/source/java/org/alfresco/web/bean/wcm/AVMConstants.java index f8719f2e67..00d1c754c8 100644 --- a/source/java/org/alfresco/web/bean/wcm/AVMConstants.java +++ b/source/java/org/alfresco/web/bean/wcm/AVMConstants.java @@ -676,7 +676,7 @@ public final class AVMConstants { path = path.substring(0, webappIndex); } - vServerRegistry.webappUpdated(-1, path, true); + vServerRegistry.updateAllWebapps(-1, path, true); } } @@ -699,7 +699,7 @@ public final class AVMConstants { path = path.substring(0, webappIndex); } - vServerRegistry.webappRemoved(-1, path, true); + vServerRegistry.removeAllWebapps(-1, path, true); } }