X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPermanentLink.php;h=71b505aa79170b1da47eab5e11b802cf30cdb056;hb=9642ee9419450bf0e944c08a5f0c27768f5d7b88;hp=b1772b78e32d988864fc5cb291a6657479f44c6a;hpb=15b3664ee12ac94a92d1057dab5645370276d027;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();