From: Sam Reed Date: Wed, 18 Aug 2010 10:00:42 +0000 (+0000) Subject: $parseroptions to $options X-Git-Tag: 1.31.0-rc.0~35458 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=2ddb13c9898deb29160c0d583df38055491db4c7;p=lhc%2Fweb%2Fwiklou.git $parseroptions to $options --- diff --git a/includes/Article.php b/includes/Article.php index 9ab205eee1..8ecc52b92d 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1501,7 +1501,7 @@ class Article { if ( $wgOut->isPrintable() ) { $options->setIsPrintable( true ); - $parserOptions->setEditSection( false ); + $options->setEditSection( false ); } $output = $parserCache->getDirty( $this, $options );