Skip to content

Commit

Permalink
LPS-31374 Source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Dec 7, 2012
1 parent 6c955b0 commit 6a6ee5b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -640,7 +640,7 @@ public MBMessage updateMessage(
ServiceContext serviceContext)
throws PortalException, SystemException {

MBMessage message = mbMessageLocalService.getMessage(messageId);
MBMessage message = mbMessagePersistence.findByPrimaryKey(messageId);

boolean preview = ParamUtil.getBoolean(serviceContext, "preview");

Expand Down

0 comments on commit 6a6ee5b

Please sign in to comment.