From 6806837403c0c8504984ec2b5e3b1a4f6fb1a6c6 Mon Sep 17 00:00:00 2001 From: Michael Dale Date: Thu, 17 Sep 2009 15:50:07 +0000 Subject: [PATCH] * removed "== true" --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )); -- 2.20.1