Matthias Mullie has uploaded a new change for review. https://gerrit.wikimedia.org/r/97520
Change subject: Get rid of unused $wgFlowTokenSalt ...................................................................... Get rid of unused $wgFlowTokenSalt Change-Id: I5d584b1a09b9a25d402518db6287b38533125902 --- M includes/Templating.php 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow refs/changes/20/97520/1 diff --git a/includes/Templating.php b/includes/Templating.php index 81502c1..29b05d1 100644 --- a/includes/Templating.php +++ b/includes/Templating.php @@ -93,8 +93,6 @@ } public function renderPost( PostRevision $post, Block $block, $return = true ) { - global $wgFlowTokenSalt; - if ( $post->isTopicTitle() ) { throw new \MWException( 'Cannot render topic with ' . __METHOD__ ); } -- To view, visit https://gerrit.wikimedia.org/r/97520 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5d584b1a09b9a25d402518db6287b38533125902 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Matthias Mullie <mmul...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits