From e2f8f6d65a1bd13a4f8de86e8c7dc22bf3e65963 Mon Sep 17 00:00:00 2001 From: Blou Date: Tue, 28 Jan 2014 14:11:55 -0500 Subject: [PATCH] Removed unnecessary references in template calls. http://bugs.koha-community.org/show_bug.cgi?id=8753 --- C4/Auth.pm | 2 -- opac/opac-main.pl | 1 - 2 files changed, 3 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 7b1194e..44edf67 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1068,8 +1068,6 @@ sub checkauth { PatronSelfRegistrationDefaultCategory => C4::Context->preference("PatronSelfRegistrationDefaultCategory"), persona => C4::Context->preference("Persona"), opac_css_override => $ENV{'OPAC_CSS_OVERRIDE'}, - OpacResetPassword => C4::Context->preference("OpacResetPassword"), - OpacPasswordChange => C4::Context->preference("OpacPasswordChange"), ); $template->param( OpacPublic => C4::Context->preference("OpacPublic")); diff --git a/opac/opac-main.pl b/opac/opac-main.pl index 15dc8cd..7c6ee36 100755 --- a/opac/opac-main.pl +++ b/opac/opac-main.pl @@ -58,7 +58,6 @@ $template->param( koha_news_count => $koha_news_count, display_daily_quote => C4::Context->preference('QuoteOfTheDay'), daily_quote => $quote, - OpacResetPassword => C4::Context->preference('OpacResetPassword'), ); # If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens -- 1.7.10.4