Bugzilla – Attachment 3756 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]
clearing up system preference on update
0001-Bug-6061-clearing-up-system-preference-on-update.patch (text/plain), 708 bytes, created by
Jonathan Druart
on 2011-04-06 15:39:16 UTC
(
hide
)
Description:
clearing up system preference on update
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2011-04-06 15:39:16 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