@@ -, +, @@ ---------- -- there should be something about uninitialized values used in C4/Auth.pm around line 443. -- that same error should not be triggered. -- this runs the get_template_and_user function which had the parameter removed. --- C4/Auth.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/Auth.pm +++ a/C4/Auth.pm @@ -467,7 +467,6 @@ sub get_template_and_user { OpacCloud => C4::Context->preference("OpacCloud"), OpacKohaUrl => C4::Context->preference("OpacKohaUrl"), OpacMainUserBlock => "" . C4::Context->preference("OpacMainUserBlock"), - OpacMainUserBlockMobile => "" . C4::Context->preference("OpacMainUserBlockMobile"), OpacNav => "" . C4::Context->preference("OpacNav"), OpacNavRight => "" . C4::Context->preference("OpacNavRight"), OpacNavBottom => "" . C4::Context->preference("OpacNavBottom"), --