[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-14-g4d9d883

Git repo owner gitmaster at git.koha-community.org
Wed Oct 24 22:22:22 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, 3.8.x has been updated
       via  4d9d883f6ffcfaff4b9ac1fbb09f8535fab7a43b (commit)
      from  b24fdbcdd60ce266df73be61a3e25aec47e3a03b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4d9d883f6ffcfaff4b9ac1fbb09f8535fab7a43b
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>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Circulation.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list