From 179e97e98ddcb6ace6bfc0989e99353e378fe092 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 29 Oct 2012 17:03:27 +0100 Subject: [PATCH] Fix typo in method Change-Id: I023a5417e62a56125b9e59197ac33f6f48094e2b --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index ac45a73244..880095df83 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -3044,7 +3044,7 @@ HTML $context->msg( 'continue-editing' )->text() . ']]'; } - $parserOptions = $this->getAticle()->makeParserOptions( $context ); + $parserOptions = $this->getArticle()->makeParserOptions( $context ); $parserOptions->setEditSection( false ); $parserOptions->setIsPreview( true ); $parserOptions->setIsSectionPreview( !is_null($this->section) && $this->section !== '' ); -- 2.20.1