[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.10-16-g8af766c

Git repo owner gitmaster at git.koha-community.org
Fri Sep 16 08:56:25 CEST 2016


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.22.x has been updated
       via  8af766cc52057f73c025918fb359acf33901da52 (commit)
      from  ade420fb05bfe70638e4e87951423f5efe591776 (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 8af766cc52057f73c025918fb359acf33901da52
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Jul 9 13:13:35 2016 +0100

    Bug 16886: Make the 'Upload patron images' tool plack safe
    
    Some vars are accessed from subroutine, but defined with my.
    It causes at least the 2 followings errors:
    Variable "$filetype" is not available at
    /home/koha/src/tools/picture-upload.pl line 240.
    Variable "$uploadfilename" is not available at
    /home/koha/src/tools/picture-upload.pl line 241.
    
    To avoid that, they are now declared with our.
    
    Test plan:
    Upload image for a patron and confirm that you get a "Result" table and
    the errors do not longer appear in the logs.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 762415a2ff18e5a1b783f8eff2275e7d47216343)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 4cf4751c08edb6830714cc6dd3408ccb089756cd)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 tools/picture-upload.pl |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list