Merge "MW_DATE_DEFAULT -> 'default'"

This commit is contained in:
jenkins-bot 2015-02-08 19:53:35 +00:00 committed by Gerrit Code Review
commit 903f7d6d62

View file

@ -135,7 +135,7 @@ class CiteThisPageOutput {
function genParserOptions() {
global $wgUser;
$this->mParserOptions = ParserOptions::newFromUser( $wgUser );
$this->mParserOptions->setDateFormat( MW_DATE_DEFAULT );
$this->mParserOptions->setDateFormat( 'default' );
$this->mParserOptions->setEditSection( false );
}