From 503407949a7da5c729461fb9888caee936774639 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 9 Dec 2010 17:09:50 +0000 Subject: [PATCH] For consistency: call set both article and article related flags to false instead of only article flag --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.20.1