diff options
author | Molly Miller <sysvinit@users.noreply.github.com> | 2023-06-12 20:46:10 +0200 |
---|---|---|
committer | Molly Miller <sysvinit@users.noreply.github.com> | 2023-06-12 20:48:01 +0200 |
commit | beb59221e733c6b9afe870aefc1c725baebb85cb (patch) | |
tree | c64e04a3bade6803fada58045357abc284802d4a /lib/Travelynx/Controller/Profile.pm | |
parent | 0516344ac09214ca8dde0fe0d9fa7b7832213ef0 (diff) |
Add app version to default stashed values.1.32.4
This means that the version no longer needs to be passed to every version
manually, and is automatically populated in templates where the parameter is
not explicitly provided.
Diffstat (limited to 'lib/Travelynx/Controller/Profile.pm')
-rwxr-xr-x | lib/Travelynx/Controller/Profile.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Travelynx/Controller/Profile.pm b/lib/Travelynx/Controller/Profile.pm index 52742fc..3923773 100755 --- a/lib/Travelynx/Controller/Profile.pm +++ b/lib/Travelynx/Controller/Profile.pm @@ -207,7 +207,6 @@ sub profile { journey => $status, journey_visibility => $visibility, journeys => [@journeys], - version => $self->app->config->{version} // 'UNKNOWN', ); } |