From: Siebrand Mazeland Date: Mon, 29 Oct 2012 16:03:27 +0000 (+0100) Subject: Fix typo in method X-Git-Tag: 1.31.0-rc.0~21818 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=179e97e98ddcb6ace6bfc0989e99353e378fe092;p=lhc%2Fweb%2Fwiklou.git Fix typo in method Change-Id: I023a5417e62a56125b9e59197ac33f6f48094e2b --- 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 !== '' );