X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPermanentLink.php;h=71b505aa79170b1da47eab5e11b802cf30cdb056;hb=25242105e8fd03c9900250bdf9ea91be9a286625;hp=b1772b78e32d988864fc5cb291a6657479f44c6a;hpb=d84c3dde5af90c5c3497d18e427a5c2a38ac6ca8;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();