Umherirrender has uploaded a new change for review.
https://gerrit.wikimedia.org/r/159358
Change subject: Use local var in Action::setHeaders
......................................................................
Use local var in Action::setHeaders
Change-Id: I543d45835016fd6f4f2ec0e84f4e5453237bbf25
---
M includes/actions/Action.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/58/159358/1
diff --git a/includes/actions/Action.php b/includes/actions/Action.php
index ffdf516..8d11d90 100644
--- a/includes/actions/Action.php
+++ b/includes/actions/Action.php
@@ -351,7 +351,7 @@
$out = $this->getOutput();
$out->setRobotPolicy( "noindex,nofollow" );
$out->setPageTitle( $this->getPageTitle() );
- $this->getOutput()->setSubtitle( $this->getDescription() );
+ $out->setSubtitle( $this->getDescription() );
$out->setArticleRelated( true );
}
--
To view, visit https://gerrit.wikimedia.org/r/159358
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I543d45835016fd6f4f2ec0e84f4e5453237bbf25
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits