X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDevelopmentSettings.php;h=4bf00d02490a29bdf9f2a22a4cc71997595881ac;hb=b992f41e2c3cb6f3094f8aeaf2e5a779dcc7b7a8;hp=7f00c6cb0b8b34ea93e2cb3dfff867dbd1c90c83;hpb=3222ddcea8eb4364efb358eddb94657cc86989de;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DevelopmentSettings.php b/includes/DevelopmentSettings.php index 7f00c6cb0b..4bf00d0249 100644 --- a/includes/DevelopmentSettings.php +++ b/includes/DevelopmentSettings.php @@ -25,8 +25,8 @@ ini_set( 'display_errors', 1 ); * Debugging: MediaWiki */ global $wgDevelopmentWarnings, $wgShowExceptionDetails, $wgShowHostnames, - $wgDebugRawPage, $wgDebugComments, $wgDebugDumpSql, $wgDebugTimestamps, - $wgCommandLineMode, $wgDebugLogFile, $wgDBerrorLog, $wgDebugLogGroups; + $wgDebugRawPage, $wgSQLMode, $wgCommandLineMode, $wgDebugLogFile, + $wgDBerrorLog, $wgDebugLogGroups; // Use of wfWarn() should cause tests to fail $wgDevelopmentWarnings = true;