[Koha-bugs] [Bug 8834] Call to C4::Context::preference fails to pass $self in Circulation.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 11 10:38:55 CEST 2012


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12542|0                           |1
        is obsolete|                            |

--- Comment #4 from Julian Maurice <julian.maurice at 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 at biblibre.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list