X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Factions%2FRevertAction.php;h=a914c9b2b384dd55d4167a4ef12b8242621de0f2;hp=e466e6549aea9c36f9cedb4ba4914307f2d65bfe;hb=64b83bdb3afd0ee4f8fc1893a865409c198e601e;hpb=253d5a07ca762cd6e9030af1d297ecfbaacdb004 diff --git a/includes/actions/RevertAction.php b/includes/actions/RevertAction.php index e466e6549a..a914c9b2b3 100644 --- a/includes/actions/RevertAction.php +++ b/includes/actions/RevertAction.php @@ -66,6 +66,10 @@ class RevertAction extends FormAction { } } + protected function usesOOUI() { + return true; + } + protected function alterForm( HTMLForm $form ) { $form->setWrapperLegendMsg( 'filerevert-legend' ); $form->setSubmitTextMsg( 'filerevert-submit' );