[koha-commits] main Koha release repository branch new/bug_8834 created. v3.08.00-1115-gc66270c

Git repo owner gitmaster at git.koha-community.org
Wed Oct 24 18:17:21 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_8834 has been created
        at  c66270c02ff56e7eb5430013e7e9417115e39aae (commit)

- Log -----------------------------------------------------------------
commit c66270c02ff56e7eb5430013e7e9417115e39aae
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Sep 27 14:12:00 2012 +0800

    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>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list