[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-51-gfef0f0c

Git repo owner gitmaster at git.koha-community.org
Fri Feb 26 16:34:25 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, 3.22.x has been updated
       via  fef0f0c367328b1f4ca22b9124783b12706d176e (commit)
      from  3ad0009ba7f68d76ad616b867d8aaa7792eb93c0 (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 fef0f0c367328b1f4ca22b9124783b12706d176e
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
    (cherry picked from commit 17c7c685f12dd09186d369f84cc725984328c5fa)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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