diff options
author | Byron Jones <glob@mozilla.com> | 2015-09-03 06:18:13 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-09-03 06:18:13 +0200 |
commit | 3eec411a147f1e69507f06bf3468f897fef2c7e0 (patch) | |
tree | bd81b1c553975159803b33658019d1dee6bcfbe5 /userprefs.cgi | |
parent | a6c5ec6f935a9bd17e99f5b3190b1af9eb350018 (diff) | |
download | bugzilla-3eec411a147f1e69507f06bf3468f897fef2c7e0.tar.gz bugzilla-3eec411a147f1e69507f06bf3468f897fef2c7e0.tar.xz |
Bug 1200961 - switching to the modal view doesn't force the mozilla skin
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-x | userprefs.cgi | 3 |
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); } |