diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-10 20:57:27 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-10 20:57:27 +0200 |
commit | a4d60a03f68e29e68f341b339f48cae452f8a383 (patch) | |
tree | 2c2c0c9780bdd14c89c6989de95e5c03c616c8c9 /lib/DBInfoscreen/Controller/Static.pm | |
parent | 51350ffe354da47baa24826ea1e55044083ee5c4 (diff) |
pass version via defaults4.16.6
Diffstat (limited to 'lib/DBInfoscreen/Controller/Static.pm')
-rw-r--r-- | lib/DBInfoscreen/Controller/Static.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/DBInfoscreen/Controller/Static.pm b/lib/DBInfoscreen/Controller/Static.pm index e9ca6cf..4560d02 100644 --- a/lib/DBInfoscreen/Controller/Static.pm +++ b/lib/DBInfoscreen/Controller/Static.pm @@ -70,7 +70,6 @@ sub about { $self->render( 'about', hide_opts => 1, - version => $self->config->{version} ); } |