https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36350

--- Comment #21 from David Cook <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to