Skip to content

Commit

Permalink
fix config option name
Browse files Browse the repository at this point in the history
  • Loading branch information
helix84 committed Oct 21, 2013
1 parent a03ebe9 commit f25d539
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -118,7 +118,7 @@ public class LayoutTag extends BodyTagSupport
public LayoutTag()
{
super();
String template = ConfigurationManager.getProperty("jspui", "template.name");
String template = ConfigurationManager.getProperty("jspui.template.name");
if (StringUtils.isNotBlank(template)
&& !"default".equalsIgnoreCase(template))
{
Expand Down

0 comments on commit f25d539

Please sign in to comment.