Skip to content

Commit

Permalink
LPS-35500 Changes in the Template API have not been reflected in the …
Browse files Browse the repository at this point in the history
…plugin
  • Loading branch information
migue authored and brianchandotcom committed May 21, 2013
1 parent 83664c2 commit ef9a6ce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import com.liferay.portal.kernel.template.StringTemplateResource;
import com.liferay.portal.kernel.template.Template;
import com.liferay.portal.kernel.template.TemplateContextType;
import com.liferay.portal.kernel.template.TemplateManagerUtil;
import com.liferay.portal.kernel.util.Validator;
import com.liferay.portal.kernel.workflow.WorkflowTaskAssignee;
Expand Down Expand Up @@ -64,7 +63,7 @@ public String generateMessage(
Template template = TemplateManagerUtil.getTemplate(
templateManagerName,
new StringTemplateResource(templateId, notificationTemplate),
TemplateContextType.RESTRICTED);
false);

populateContextVariables(template, executionContext);

Expand Down

0 comments on commit ef9a6ce

Please sign in to comment.