http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 --- Comment #10 from M. Tompsett <mtompset@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.