Fix typo in method
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 29 Oct 2012 16:03:27 +0000 (17:03 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 29 Oct 2012 16:03:27 +0000 (17:03 +0100)
Change-Id: I023a5417e62a56125b9e59197ac33f6f48094e2b

includes/EditPage.php

index ac45a73..880095d 100644 (file)
@@ -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 !== '' );