Skip to content

Commit

Permalink
Bug 7843: Remove the useless use of casAuthentication
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
joubu authored and tomascohen committed Apr 30, 2015
1 parent 22ed7c7 commit cb10626
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions opac/opac-news-rss.pl
Expand Up @@ -42,11 +42,6 @@
}
);

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);
Expand Down

0 comments on commit cb10626

Please sign in to comment.