[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:20:05 CEST 2014


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

--- Comment #10 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 26717
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26717
Bug 11998 - add test case, fix issue found

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

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

Ah, there's the fix. :)

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


More information about the Koha-bugs mailing list