http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8834 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12542|0 |1 is obsolete| | --- Comment #4 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 12768 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12768&action=edit [SIGNED-OFF] Bug 8834 - Call to C4::Context::preference fails to pass $self in Circulation.pm Changed: my $circcontrol = C4::Context::preference('CircControl'); To: my $circcontrol = C4::Context->preference('CircControl'); This will pass $self and 'CircControl' which will then prevent a "Use of uninitialized value" error log entry. Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.