Bug 6061: clearing up system preference on update

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Jonathan Druart 2011-04-06 17:35:43 +02:00 committed by Chris Cormack
parent 3b8f1318e0
commit a11bf74df9

View file

@ -125,6 +125,8 @@ sub SetPreferences {
_set_preference( $row->{'variable'}, $preferences{$row->{'variable'}} );
}
C4::Context->clear_syspref_cache();
}
sub _fetch_preference {