Skip to content
Snippets Groups Projects
Commit bf33936f authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

no need to distinguish inner/outer template anymore

parent 56f8ed4b
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ sub respond {
INCLUDE_PATH => $self->{configuration}->{setup}->{templates_dir} . "/web"
});
$self->{logger}->debug("Responding with outer template '$in{template}'");
$self->{logger}->debug("Responding with template '$in{template}'");
binmode(STDOUT, ":utf8");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment