X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FRevertAction.php;h=d025878491a2dfc5efc6211e42499b97867764f6;hb=516265fa17124143e126a69f41fc13b704d0887b;hp=6481630e11096576ba8489b8b8dfa88d400b583a;hpb=d2aa30c032f92f601262d8cdb611c481e87d6ad9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/RevertAction.php b/includes/actions/RevertAction.php index 6481630e11..d025878491 100644 --- a/includes/actions/RevertAction.php +++ b/includes/actions/RevertAction.php @@ -144,8 +144,6 @@ class RevertAction extends FormAction { } protected function getDescription() { - $this->getOutput()->addBacklinkSubtitle( $this->getTitle() ); - - return ''; + return OutputPage::buildBacklinkSubtitle( $this->getTitle() ); } }