X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPreferences.php;h=7371da74906659f04ceb1982d3affb46c4a2092d;hb=5eda39e04ba76d73885fa1d7554e5e8d5622e47a;hp=ef61f9475ba1fa6f33756f465fc7191914cae68e;hpb=5a8b2edfdffbc962bb80763084d5c8b27ff45318;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index ef61f9475b..7371da7490 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -55,7 +55,7 @@ class SpecialPreferences extends SpecialPage { ); } - $out->addHelpLink( 'Help:Preferences' ); + $this->addHelpLink( 'Help:Preferences' ); $htmlForm = Preferences::getFormObject( $this->getUser(), $this->getContext() ); $htmlForm->setSubmitCallback( array( 'Preferences', 'tryUISubmit' ) );