[Koha-bugs] [Bug 7520] json script to return advanced search types

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 13 08:53:32 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7520

--- Comment #8 from Frédéric Demians <frederic at tamil.fr> 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.


More information about the Koha-bugs mailing list