Bug 6061: clearing up system preference on update
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
3b8f1318e0
commit
a11bf74df9
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ sub SetPreferences {
|
|||
|
||||
_set_preference( $row->{'variable'}, $preferences{$row->{'variable'}} );
|
||||
}
|
||||
|
||||
C4::Context->clear_syspref_cache();
|
||||
}
|
||||
|
||||
sub _fetch_preference {
|
||||
|
|
Loading…
Reference in a new issue