http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15527
--- Comment #14 from Jonathan Druart <[email protected]> --- Comment on attachment 46464 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46464 [SIGNED-OFF]Bug 15527: Custom stylesheet in extended mode Review of attachment 46464: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15527&attachment=46464) ----------------------------------------------------------------- ::: Koha/OAI/Server/Repository.pm @@ +111,5 @@ > > # Load configuration file if defined in OAI-PMH:ConfFile syspref > + my $conf = C4::Context->preference("OAI-PMH:ConfFile"); > + if ( $conf ) { > + $self->{ conf } = $conf = LoadFile( $conf ); What's the point of this change? I personally prefer the previous version. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
