Bug 7843: Remove the useless use of casAuthentication
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 19 Feb 2015 11:48:16 +0000 (12:48 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 30 Apr 2015 19:12:28 +0000 (16:12 -0300)
Certainly a c/p error from opac-main.pl

Signed-off-by: Pierre <tredok.pierre@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
opac/opac-news-rss.pl

index 19c6ebf..5250a74 100755 (executable)
@@ -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);