http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8311 Priority: P5 - low Change sponsored?: --- Bug ID: 8311 Assignee: jcamins@cpbibliography.com Summary: Mis-scoped function call in C4::Auth Severity: normal Classification: Unclassified OS: All Reporter: jcamins@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.