From 2ddb13c9898deb29160c0d583df38055491db4c7 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 18 Aug 2010 10:00:42 +0000 Subject: [PATCH] $parseroptions to $options --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1