From: Alexandre Emsenhuber Date: Thu, 9 Dec 2010 17:09:50 +0000 (+0000) Subject: For consistency: call set both article and article related flags to false instead... X-Git-Tag: 1.31.0-rc.0~33418 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=503407949a7da5c729461fb9888caee936774639;p=lhc%2Fweb%2Fwiklou.git For consistency: call set both article and article related flags to false instead of only article flag --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 7df472d1ec..c6f05b1733 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1890,7 +1890,7 @@ class OutputPage { $this->setPageTitle( wfMsg( 'loginreqtitle' ) ); $this->setHtmlTitle( wfMsg( 'errorpagetitle' ) ); $this->setRobotPolicy( 'noindex,nofollow' ); - $this->setArticleFlag( false ); + $this->setArticleRelated( false ); $loginTitle = SpecialPage::getTitleFor( 'Userlogin' ); $loginLink = $skin->link(