[Koha-bugs] [Bug 2775] Test suite failing after change to cache sysprefs

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Nov 11 21:39:27 CET 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2775





------- Comment #1 from Andrew.moore at liblime.com  2008-11-11 12:39 -------
Created an attachment (id=519)
 --> (http://bugs.koha.org/cgi-bin/bugzilla/attachment.cgi?id=519&action=view)
[PATCH] Bug 2775: adding method to clean syspref cache in C4::Context


C4::Installer provides a way to update the kohaversion syspref. Now that
C4::Context caches syspref values, any updated value through C4::Installer
is not being seen.

This patch adds a method to C4::Context to allow you to clean that
cache. Then, it calls that method when the kohaversion syspref is changed.
---
 C4/Context.pm   |   14 ++++++++++++++
 C4/Installer.pm |    1 +
 2 files changed, 15 insertions(+), 0 deletions(-)




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list