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

Julian Maurice <[email protected]> changed:

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

--- Comment #4 from Julian Maurice <[email protected]> ---
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 <[email protected]>

-- 
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/

Reply via email to