[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 5833, opacstylesheet not loading on all pages

Nicole C. Engard nengard at bywatersolutions.com
Sat Mar 26 16:08:43 CET 2011


From: Owen Leonard <oleonard at myacpl.org>


Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
---
 C4/Auth.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/C4/Auth.pm b/C4/Auth.pm
index 5f28d5c..2c6809b 100644
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -937,6 +937,7 @@ sub checkauth {
         opacheader           => C4::Context->preference("opacheader"),
         TagsEnabled                  => C4::Context->preference("TagsEnabled"),
         OPACUserCSS           => C4::Context->preference("OPACUserCSS"),
+        opacstylesheet       => C4::Context->preference("opacstylesheet"),
         intranetcolorstylesheet =>
 								C4::Context->preference("intranetcolorstylesheet"),
         intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-- 
1.7.2.3



More information about the Koha-patches mailing list