summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-09-03 06:18:13 +0200
committerByron Jones <glob@mozilla.com>2015-09-03 06:18:13 +0200
commit3eec411a147f1e69507f06bf3468f897fef2c7e0 (patch)
treebd81b1c553975159803b33658019d1dee6bcfbe5 /userprefs.cgi
parenta6c5ec6f935a9bd17e99f5b3190b1af9eb350018 (diff)
downloadbugzilla-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-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);
}