Merge "Add dropSequence to postgres"
[lhc/web/wiklou.git] / includes / specials / SpecialPreferences.php
index 7c55e5c..8ad1630 100644 (file)
@@ -127,7 +127,7 @@ class SpecialPreferences extends SpecialPage {
                return Preferences::getFormObject( $user, $context );
        }
 
-       private function showResetForm() {
+       protected function showResetForm() {
                if ( !$this->getUser()->isAllowed( 'editmyoptions' ) ) {
                        throw new PermissionsError( 'editmyoptions' );
                }