From d989a9374558e00176fc3293be6102f8ebef722a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 19 Feb 2015 12:48:16 +0100 Subject: [PATCH] [QA-FOLLOWUP] Bug 7843: Remove the useless use of casAuthentication Certainly a c/p error from opac-main.pl Signed-off-by: Pierre Signed-off-by: Kyle M Hall --- opac/opac-news-rss.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/opac/opac-news-rss.pl b/opac/opac-news-rss.pl index 19c6ebf..5250a74 100755 --- a/opac/opac-news-rss.pl +++ b/opac/opac-news-rss.pl @@ -42,11 +42,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( } ); -my $casAuthentication = C4::Context->preference('casAuthentication'); -$template->param( - casAuthentication => $casAuthentication, -); - # Get the news to display # use cookie setting for language, bug default to syspref if it's not set my ($theme, $news_lang, $availablethemes) = C4::Templates::themelanguage(C4::Context->config('opachtdocs'),'opac-main.tt','opac',$input); -- 1.7.10.4