http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7520
--- Comment #8 from Frédéric Demians <[email protected]> 2012-02-13 07:53:32 UTC --- Thanks Chris for OpacPublic syspref. There is a little typo. This line: checkauth($input, !C4::Context->preference("OpacPublic"), {}, "opac"); should be: checkauth($input, C4::Context->preference("OpacPublic"), {}, "opac"); IF the OPAC is public THEN no auth check. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
