[Koha-bugs] [Bug 23230] New: Make Koha::Plugins::Base::_version_compare OO

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 28 17:08:56 CEST 2019


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

            Bug ID: 23230
           Summary: Make Koha::Plugins::Base::_version_compare OO
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org

This method is to be run inside plugin objects that inherit from
Koha::Plugins::Base, but calling

  $self->_version_compare();

won't work because the method doesn't expect $self to be passed.

-- 
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