bugfix: made yuipath available to login page template
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 5 Dec 2007 18:43:48 +0000 (12:43 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 6 Dec 2007 17:27:08 +0000 (11:27 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Auth.pm

index 82a895c..63b6ea5 100755 (executable)
@@ -709,6 +709,7 @@ sub checkauth {
         TemplateEncoding   => C4::Context->preference("TemplateEncoding"),
         IndependantBranches     => C4::Context->preference("IndependantBranches"),
                AutoLocation       => C4::Context->preference("AutoLocation"),
+               yuipath            => C4::Context->preference("yuipath"),
     );
     $template->param( loginprompt => 1 ) unless $info{'nopermission'};