[koha-commits] main Koha release repository branch master updated. v3.22.00-608-g17c7c68

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 04:10:42 CET 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  17c7c685f12dd09186d369f84cc725984328c5fa (commit)
      from  fdd66bc830e8974be67ca43379e4ae3156b0e9cb (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 17c7c685f12dd09186d369f84cc725984328c5fa
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Mon Jan 18 03:30:44 2016 +0000

    Bug 15416: Warns on guided_reports.pl
    
    Initialising $phase variable to be '' if not defined.
    
    To test:
    1) Go to Reports -> Guided Reports Wizard
    2) Notice warns
    3) Apply patch
    4) Refresh page
    5) Confirm warns are gone and page still works as it should
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Warns are gone. Page still works as expected
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended patch:
    -my $phase = $input->param('phase');
    -$phase //= '';
    +my $phase = $input->param('phase') // '';
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 reports/guided_reports.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list