Merge "Add two new hooks to fix broken CentralAuth unit tests"
[lhc/web/wiklou.git] / docs / hooks.txt
index 8825151..8485b02 100644 (file)
@@ -2657,6 +2657,7 @@ $formData: array of user submitted data
 $form: PreferencesForm object, also a ContextSource
 $user: User object with preferences to be saved set
 &$result: boolean indicating success
+$oldUserOptions: array with user old options (before save)
 
 'PreferencesGetLegend': Override the text used for the <legend> of a
 preferences section.