From 046f46b5988fdc7bff33626d619061c300937ce1 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Wed, 26 Mar 2014 13:25:10 -0400 Subject: [PATCH] [NEED SIGN OFF] Bug 7567 - Remove excess line The template parameter { $lang => 1 } does not seem used in master. It is unconfirmed whether this is used in earlier versions of Koha. --- tools/koha-news.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/koha-news.pl b/tools/koha-news.pl index 6ada84f..734db7c 100755 --- a/tools/koha-news.pl +++ b/tools/koha-news.pl @@ -145,7 +145,6 @@ else { opac_news => $opac_news, opac_news_count => $opac_news_count, ); - $template->param( $lang => 1 ) if $lang; } $template->param( lang => $lang ); output_html_with_http_headers $cgi, $cookie, $template->output; -- 1.7.9.5