[Koha-bugs] [Bug 21103] New: Fix parameter reuse in Elasticsearch/QueryBuilder.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 23 18:10:33 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21103

            Bug ID: 21103
           Summary: Fix parameter reuse in Elasticsearch/QueryBuilder.pm
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

t/00-testcritic.t is failing on master

On line 318 we have:
foreach $val (@values) {

$val is a parameter passed in elsewhere, we should declare our own variable

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


More information about the Koha-bugs mailing list