Bug 7567: (code cleanup) remove excess line
authorMark Tompsett <mtompset@hotmail.com>
Fri, 13 Dec 2013 21:17:04 +0000 (16:17 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 7 Apr 2014 18:05:39 +0000 (18:05 +0000)
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 <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

tools/koha-news.pl

index 8a98c76..0461c0c 100755 (executable)
@@ -113,7 +113,6 @@ else {
     }
     
     $template->param(
-        $lang           => 1,
         opac_news       => $opac_news,
         opac_news_count => $opac_news_count,
                );