* set $wgScriptModifiedMsgCheck to off by default
authorMichael Dale <dale@users.mediawiki.org>
Wed, 4 Nov 2009 06:52:28 +0000 (06:52 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Wed, 4 Nov 2009 06:52:28 +0000 (06:52 +0000)
includes/DefaultSettings.php
includes/OutputPage.php

index a728c5d..adcc1a5 100644 (file)
@@ -2807,7 +2807,7 @@ $wgScriptModifiedFileCheck = true;
  * Revision for generating the request id.
  *
  */
-$wgScriptModifiedMsgCheck = true;
+$wgScriptModifiedMsgCheck = false;
 
 /*
  * enable js2 Script System
index 93fbb1a..d1f2adf 100644 (file)
@@ -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
        }