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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to