https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36350 --- Comment #21 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 177370 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177370 Bug 36350: Add caching for Objects::find and Objects::search Review of attachment 177370: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=36350&attachment=177370) ----------------------------------------------------------------- ::: Koha/Patron.pm @@ +2063,4 @@
@restricted_branchcodes = uniq(@restricted_branchcodes); @restricted_branchcodes = sort(@restricted_branchcodes);
+ $self->{'_cache'}->{"_resetricted_branchcodes:$permission:$subpermission:$group_feature"} = \@restricted_branchcodes;
You've got a typo here "resetricted" instead of "restricted" although I think you've made the typo consistently so it shouldn't really matter too much... -- You are receiving this mail because: You are watching all bug changes.