From 902176da567a86235087d3d92e6dc49763e1296e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 5 Dec 2007 12:43:48 -0600 Subject: [PATCH] bugfix: made yuipath available to login page template Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/Auth.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Auth.pm b/C4/Auth.pm index 82a895ca0f..63b6ea5252 100755 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -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'}; -- 2.39.5