Skip to content

Commit

Permalink
Publishing a content changes value in modifiedTime (#6200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Ricaud committed May 8, 2018
1 parent d397d75 commit 62e291b
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -102,12 +102,6 @@ public void execute()
this.nodeService.refresh( RefreshMode.ALL );
}

private User getCurrentUser()
{
final User user = ContextAccessor.current().getAuthInfo().getUser();
return user != null ? user : User.ANONYMOUS;
}

private NodeIds findNodesWithoutPublishFirstAndFrom( final NodeIds nodesToPush )
{
if ( nodesToPush.isEmpty() )
Expand Down

0 comments on commit 62e291b

Please sign in to comment.