From 80e46b5d747d4cbd8c8ac9c31396390e1c9c5b53 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Fri, 13 Dec 2013 16:17:04 -0500 Subject: [PATCH] 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. Signed-off-by: Jonathan Druart --- tools/koha-news.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/koha-news.pl b/tools/koha-news.pl index 8a98c76..0461c0c 100755 --- a/tools/koha-news.pl +++ b/tools/koha-news.pl @@ -113,7 +113,6 @@ else { } $template->param( - $lang => 1, opac_news => $opac_news, opac_news_count => $opac_news_count, ); -- 1.7.10.4