[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-78-g377af59

Git repo owner gitmaster at git.koha-community.org
Thu May 16 03:36:13 CEST 2019


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, 18.05.x has been updated
       via  377af593c44b3c903c493fbe6dca62149ddf70ce (commit)
      from  c0c0303fcc76788fd55d2fc5319dde9ccda008f1 (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 377af593c44b3c903c493fbe6dca62149ddf70ce
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Apr 17 13:58:57 2019 +0200

    Bug 22723: Correct syntax error on confess call in Koha/MetadataRecord/Authority.pm
    
    In Koha/MetadataRecord/Authority.pm the call to confess is missing string quotes.
    
    It may generates this error :
    
    Can't locate object method "confess" via package "Empty String at /usr/share/perl5/MARC/File/XML.pm line 448.
    " (perhaps you forgot to load "Empty String at /usr/share/perl5/MARC/File/XML.pm line 448.
    "?) at /home/koha/src/Koha/MetadataRecord/Authority.pm line 186.
    
    Simply missing double quotes.
    Also missing use Carp to call confess.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 4e2c74fced685db861a78fc1aa151dd35ad0d5f2)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 4863e59c5798fda6883c354eeb5096d4609e42bd)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/MetadataRecord/Authority.pm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list