Merge "Add dropSequence to postgres"
[lhc/web/wiklou.git] / includes / specials / SpecialPreferences.php
index ba5a57e..8ad1630 100644 (file)
@@ -121,13 +121,13 @@ class SpecialPreferences extends SpecialPage {
         * Get the preferences form to use.
         * @param User $user The user.
         * @param IContextSource $context The context.
-        * @return PreferencesForm|HtmlForm
+        * @return PreferencesForm|HTMLForm
         */
        protected function getFormObject( $user, IContextSource $context ) {
                return Preferences::getFormObject( $user, $context );
        }
 
-       private function showResetForm() {
+       protected function showResetForm() {
                if ( !$this->getUser()->isAllowed( 'editmyoptions' ) ) {
                        throw new PermissionsError( 'editmyoptions' );
                }