http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13991 Bug ID: 13991 Summary: Uninitialized value $src in /tools/viewlog.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: veron@veron.ch QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com To reproduce: Go to Home > Tools > Logs Check intranet-error.log. You will find a line similar to: viewlog.pl: Use of uninitialized value $src in string eq at (...)/tools/viewlog.pl line 70., referer: http://(...)/cgi-bin/koha/tools/tools-home.pl Reason: Line 57 my $src = $input->param("src"); Param is not always defined. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.