X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPermanentLink.php;h=71b505aa79170b1da47eab5e11b802cf30cdb056;hb=4fe1735ba32b11ab9115f36511508885045ebdb2;hp=b1772b78e32d988864fc5cb291a6657479f44c6a;hpb=03cd9495a4dac1c1cda738d52e74b553b977beb8;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();