From: Michael Dale Date: Wed, 4 Nov 2009 06:52:28 +0000 (+0000) Subject: * set $wgScriptModifiedMsgCheck to off by default X-Git-Tag: 1.31.0-rc.0~38982 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=25c1d4daf2c43c2d99168d7711fbeb9c3429367e;p=lhc%2Fweb%2Fwiklou.git * set $wgScriptModifiedMsgCheck to off by default --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a728c5d038..adcc1a5603 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2807,7 +2807,7 @@ $wgScriptModifiedFileCheck = true; * Revision for generating the request id. * */ -$wgScriptModifiedMsgCheck = true; +$wgScriptModifiedMsgCheck = false; /* * enable js2 Script System diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 93fbb1ab15..d1f2adf240 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -240,7 +240,7 @@ class OutputPage { } return true; } - print "could not find: $js_class\n"; + //print "could not find: $js_class\n"; wfDebug( __METHOD__ . ' could not find js_class: ' . $js_class ); return false; // could not find the class }