Bugzilla – Attachment 4066 Details for
Bug 6061
C4::Context clearing up system preference on update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch signed-off
BZ6061.patch (text/plain), 708 bytes, created by
Paul Poulain
on 2011-05-09 16:47:23 UTC
(
hide
)
Description:
patch signed-off
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-05-09 16:47:23 UTC
Size:
708 bytes
patch
obsolete
>From cda90b5fbdb1d05f8c921edc43474d161da9665c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 6 Apr 2011 17:35:43 +0200 >Subject: [PATCH] Bug 6061: clearing up system preference on update > >--- > misc/admin/koha-preferences | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/misc/admin/koha-preferences b/misc/admin/koha-preferences >index a9e33f4..6728609 100755 >--- a/misc/admin/koha-preferences >+++ b/misc/admin/koha-preferences >@@ -125,6 +125,8 @@ sub SetPreferences { > > _set_preference( $row->{'variable'}, $preferences{$row->{'variable'}} ); > } >+ >+ C4::Context->clear_syspref_cache(); > } > > sub _fetch_preference { >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6061
:
3680
|
3756
| 4066