From: Bartosz DziewoƄski Date: Mon, 24 Jul 2017 09:18:54 +0000 (+0200) Subject: Article: Remove unused variable X-Git-Tag: 1.31.0-rc.0~2623^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=6348b10a5014ede7fc3a595d8e40ee179443198c;p=lhc%2Fweb%2Fwiklou.git Article: Remove unused variable Follow-up to 97a8fb78faa4ca2d9604140e5547f5deae5a2524. Change-Id: I8822742f15c3972cec3ac2ec47a2f594453b8672 --- diff --git a/includes/page/Article.php b/includes/page/Article.php index 28db73c35f..e2cf2cf65f 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -1669,7 +1669,6 @@ class Article implements Page { $title = $this->getTitle(); $ctx = $this->getContext(); $outputPage = $ctx->getOutput(); - $useMediaWikiUIEverywhere = $ctx->getConfig()->get( 'UseMediaWikiUIEverywhere' ); $outputPage->setPageTitle( wfMessage( 'delete-confirm', $title->getPrefixedText() ) ); $outputPage->addBacklinkSubtitle( $title ); $outputPage->setRobotPolicy( 'noindex,nofollow' );