[Bug 15416] Warns on Guided Reports page
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15416 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47568|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 47579 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47579&action=edit 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@gmail.com> Warns are gone. Page still works as expected Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Amended patch: -my $phase = $input->param('phase'); -$phase //= ''; +my $phase = $input->param('phase') // ''; -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org