r113798 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113797‎ | r113798 | r113799 >
Date:07:09, 14 March 2012
Author:santhosh
Status:ok (Comments)
Tags:
Comment:
grammar rules should set to the key 'grammarForms' instead of language code.
Followup r112991
Modified paths:
  • /branches/jsgrammar/includes/resourceloader/ResourceLoaderLanguageDataModule.php (modified) (history)

Diff [purge]

Index: branches/jsgrammar/includes/resourceloader/ResourceLoaderLanguageDataModule.php
@@ -44,7 +44,7 @@
4545
4646 return Xml::encodeJsCall( 'mw.language.setData', array(
4747 $wgContLang->getCode(),
48 - $this->getSiteLangGrammarForms()
 48+ array( 'grammarForms' => $this->getSiteLangGrammarForms() )
4949 ) );
5050 }
5151

Sign-offs

UserFlagDate
Nikerabbitinspected18:37, 14 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112991[JSGrammar] Various minor tips, tricks and clean up....krinkle23:56, 4 March 2012

Comments

#Comment by Krinkle (talk | contribs)   07:13, 14 March 2012

Thanks

Status & tagging log