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
Branches
Tags
No related merge requests found
...@@ -182,6 +182,7 @@ sub respond { ...@@ -182,6 +182,7 @@ sub respond {
$in{data}->{app} = { $in{data}->{app} = {
url => $ENV{SCRIPT_NAME}, url => $ENV{SCRIPT_NAME},
name => $self->{configuration}->{app}->{name},
support_email => $self->{configuration}->{app}->{support_email}, support_email => $self->{configuration}->{app}->{support_email},
version => $version, version => $version,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment