[Koha-bugs] [Bug 14121] New: Silence warnings t/db_dependent/Auth_with_cas.t

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 2 06:30:52 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14121

            Bug ID: 14121
           Summary: Silence warnings t/db_dependent/Auth_with_cas.t
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Test Suite
          Assignee: chris at bigballofwax.co.nz
          Reporter: mtompset at hotmail.com
        QA Contact: gmcharlt at gmail.com

C4::Auth_with_case has a $query->param($_) in a context which is not clearly
scalar to the interpreter, so it throws a security warning.

Introduce a variable, use the variable instead of calling param() twice. Noise
disappears.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list