[koha-commits] main Koha release repository branch master updated. v16.05.00-595-g762415a

Git repo owner gitmaster at git.koha-community.org
Fri Sep 2 17:21:16 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, master has been updated
       via  762415a2ff18e5a1b783f8eff2275e7d47216343 (commit)
      from  547b5f95f62a00e360c5cac4e416d30365429fcb (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 762415a2ff18e5a1b783f8eff2275e7d47216343
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>

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

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