r56533 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56532‎ | r56533 | r56534 >
Date:15:50, 17 September 2009
Author:dale
Status:ok
Tags:
Comment:
* removed "== true"
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -215,7 +215,7 @@
216216 $this->addScript( Html::linkedScript( "$path?$urlAppend" ) );
217217
218218 //merge in language text (if js2 is on and we have loadGM function)
219 - if( $wgEnableJS2system == true ){
 219+ if( $wgEnableJS2system ){
220220 $inlineMsg = jsScriptLoader::getLocalizedMsgsFromClass( $js_class );
221221 if( $inlineMsg != '' )
222222 $this->addScript( Html::inlineScript( $inlineMsg ));

Status & tagging log