From: Michael Dale Date: Thu, 17 Sep 2009 15:50:07 +0000 (+0000) Subject: * removed "== true" X-Git-Tag: 1.31.0-rc.0~39674 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=6806837403c0c8504984ec2b5e3b1a4f6fb1a6c6;p=lhc%2Fweb%2Fwiklou.git * removed "== true" --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 1e8da8c280..8fa8fd0b7e 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -215,7 +215,7 @@ class OutputPage { $this->addScript( Html::linkedScript( "$path?$urlAppend" ) ); //merge in language text (if js2 is on and we have loadGM function) - if( $wgEnableJS2system == true ){ + if( $wgEnableJS2system ){ $inlineMsg = jsScriptLoader::getLocalizedMsgsFromClass( $js_class ); if( $inlineMsg != '' ) $this->addScript( Html::inlineScript( $inlineMsg ));