X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FRevertAction.php;h=d025878491a2dfc5efc6211e42499b97867764f6;hb=516265fa17124143e126a69f41fc13b704d0887b;hp=6481630e11096576ba8489b8b8dfa88d400b583a;hpb=4c413f2ae7020a0a5a87aa0814b67c2c18d09f35;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() ); } }