http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6027 --- Comment #14 from Kyle M Hall <kyle.m.hall@gmail.com> --- (In reply to comment #13) My installation was dying with errors on master, and these edits fixed it. I'm not sure why. I can remove them if you think that would be best.
I like the way it's made, but have 2 questions: * why do you have added +use C4::Search qw/SimpleSearch/; ? Checking, it seems this sub is used in GetAnalyticsCount, that is not related to this patch (maybe we should add a require C4::Search in this sub and not load it everytime ? * you also add &SimpleSearch into C4::Search, same question : it's not used by this patch, isn't it ?
-- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.