summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-xuserprefs.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/userprefs.cgi b/userprefs.cgi
index 9ec152538..9b86f010c 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -209,6 +209,9 @@ sub SaveSettings {
$settings->{$name}->set($value);
}
}
+
+ Bugzilla::Hook::process('settings_after_update');
+
$vars->{'settings'} = $user->settings(1);
clear_settings_cache($user->id);
}