[Koha-bugs] [Bug 11998] Syspref caching issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 7 21:17:02 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998

--- Comment #9 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 26714
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26714
Bug 11998 - sysprefs in memcached

Review of attachment 26714:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11998&attachment=26714)
-----------------------------------------------------------------

::: C4/Context.pm
@@ +740,4 @@
>      my $sth = $dbh->prepare("DELETE FROM systempreferences WHERE variable=?");
>      my $res = $sth->execute($var);
>      if ($res) {
> +        C4::Context->set_preference($var, undef);

Isn't this supposed to be a _cache_preference call?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list