diff options
Diffstat (limited to 'lib/preferences.php')
-rw-r--r-- | lib/preferences.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/preferences.php b/lib/preferences.php index ad5dc3ca..7dc24f5f 100644 --- a/lib/preferences.php +++ b/lib/preferences.php @@ -76,6 +76,9 @@ function update_preferences($pref_id=0) { } // end foreach preferences + // Now that we've done that we need to invalidate the cached preverences + Preference::clear_from_session(); + } // update_preferences /** |