X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2Fparser%2FParserCache.php;h=8a7fca6c29d5c0c76e7270e41a49f3c26b7546f0;hb=d135b6ebe5a79a6b3d0e03fe2bd11747b971ff68;hp=c680129934ffdebd845e02ed7bcf0322e396eadc;hpb=97c5bc0a1ea20ed4f6c3e26b97dcd5d6f360a8ce;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/ParserCache.php b/includes/parser/ParserCache.php index c680129934..8a7fca6c29 100644 --- a/includes/parser/ParserCache.php +++ b/includes/parser/ParserCache.php @@ -253,11 +253,6 @@ class ParserCache { wfDebug( "ParserOutput cache found.\n" ); - // The edit section preference may not be the appropiate one in - // the ParserOutput, as we are not storing it in the parsercache - // key. Force it here. See T33445. - $value->setEditSectionTokens( $popts->getEditSection() ); - $wikiPage = method_exists( $article, 'getPage' ) ? $article->getPage() : $article;