[Koha-bugs] [Bug 8311] New: Mis-scoped function call in C4::Auth

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 25 18:06:23 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8311
          Assignee: jcamins at cpbibliography.com
           Summary: Mis-scoped function call in C4::Auth
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: jcamins at cpbibliography.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Architecture, internals, and plumbing
           Product: Koha

There is a mis-scoped function call in C4::Auth, on line 154, where GetMembers
is called without explicit scoping and before 'require C4::Members;'. This does
not actually have any functional ramifications as far as I can tell, but it
would be a good idea to fix it.

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


More information about the Koha-bugs mailing list