Bug 9883 - Koha::Plugins::* should not require koha-conf to load - Followup - Load...
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 22 Mar 2013 11:40:36 +0000 (04:40 -0700)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 22 Mar 2013 13:52:26 +0000 (09:52 -0400)
commiteedbd387abd946c96075dc002d598e56eb7806de
tree4a9a751115c77827b16aef1179025c6bc60c00a0
parent673a034e5ca5bc544d403d9d5f358db7f30c0e5d
Bug 9883 - Koha::Plugins::* should not require koha-conf to load - Followup - Load C4::Auth at run time

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Unset KOHA_CONF variable and made sure t/00_load.t passed
Also ran Makefile.PL doing an update on my existing installation
and checked koha-conf.xml:

 <pluginsdir>/home/katrin/koha-dev/var/lib/plugins</pluginsdir>
 <enable_plugins>0</enable_plugins>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Koha/Plugins/Base.pm