Removes deprecated $wgUseCommaCount variable
[lhc/web/wiklou.git] / includes / User.php
index 909a749..62e35e8 100644 (file)
@@ -2746,6 +2746,8 @@ class User implements IDBAccessObject {
                        }
                }
 
+               wfRunHooks( 'UserResetAllOptions', array( $this, &$newOptions, $this->mOptions, $resetKinds ) );
+
                $this->mOptions = $newOptions;
                $this->mOptionsLoaded = true;
        }