New 'UserResetAllOptions' hook from the wikiHow codebase.
[lhc/web/wiklou.git] / includes / User.php
index 5a117bd..c4ea1de 100644 (file)
@@ -2778,6 +2778,8 @@ class User implements IDBAccessObject {
                        }
                }
 
+               wfRunHooks( 'UserResetAllOptions', array( $this, &$newOptions, $this->mOptions, $resetKinds ) );
+
                $this->mOptions = $newOptions;
                $this->mOptionsLoaded = true;
        }