[Koha-bugs] [Bug 9883] New: Koha::Plugins::Base should not require koha-conf to load

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 21 03:48:36 CET 2013


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

            Bug ID: 9883
           Summary: Koha::Plugins::Base should not require koha-conf to
                    load
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: blocker
          Priority: P5 - low
         Component: Tools
          Assignee: kyle.m.hall at gmail.com
          Reporter: jcamins at cpbibliography.com

This line:
    push @INC, C4::Context->config("pluginsdir");

means that Koha::Plugins::Base cannot be loaded without a koha-conf.xml file
present and pointed to by the KOHA_CONF environment variable.

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


More information about the Koha-bugs mailing list