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

don't forget to pass application name to templates

parent 707b0dab
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,7 @@ sub respond {
$in{data}->{app} = {
url => $ENV{SCRIPT_NAME},
name => $self->{configuration}->{app}->{name},
support_email => $self->{configuration}->{app}->{support_email},
version => $version,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment