X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPermanentLink.php;h=71b505aa79170b1da47eab5e11b802cf30cdb056;hb=552d285184a2ba312700304c7e7414d567966bd9;hp=b1772b78e32d988864fc5cb291a6657479f44c6a;hpb=72e689e843b839a2eb5d5382301449c69c7e0587;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialPermanentLink.php b/includes/specials/SpecialPermanentLink.php index b1772b78e3..71b505aa79 100644 --- a/includes/specials/SpecialPermanentLink.php +++ b/includes/specials/SpecialPermanentLink.php @@ -47,6 +47,7 @@ class SpecialPermanentLink extends RedirectSpecialPage { } protected function showNoRedirectPage() { + $this->addHelpLink( 'Help:PermanentLink' ); $this->setHeaders(); $this->outputHeader(); $this->showForm();