Skip to content

Commit

Permalink
#12716 Missing class.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilvam committed Nov 17, 2017
1 parent c882897 commit 4eadd07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ else if (workingLink.isLocked()) {
Identifier containerIdentifier = APILocator.getIdentifierAPI().find(container);
MultiTree multiTree = MultiTreeFactory.getMultiTree(htmlPageIdentifier,containerIdentifier,identifier);
Logger.debug(DirectorAction.class, "multiTree=" + multiTree);
MultiTreeFactory.deleteMultiTree(multiTree, htmlPage.getLanguageId());
MultiTreeFactory.deleteMultiTree(multiTree);
} catch (DotRuntimeException e) {
Logger.error(this, "Unable to remove content from page", e);
} finally {
Expand Down

0 comments on commit 4eadd07

Please sign in to comment.